Update CodeCov to v4 (#272)

This commit is contained in:
aravindgee
2024-03-25 13:13:53 -04:00
committed by GitHub
parent 2a4ce1ff6e
commit 4a9e336065

View File

@@ -42,9 +42,10 @@ jobs:
RUST_BACKTRACE=1 cargo test --all -- --test-threads=1
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
env:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
uses: codecov/codecov-action@v4.0.1
with:
token: ${{ secrets.CODECOV_TOKEN }}
slug: hirosystems/ordhook
build-publish:
runs-on: ubuntu-latest