We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4e08f07 commit 0c3e43cCopy full SHA for 0c3e43c
.github/workflows/rust.yml
@@ -50,7 +50,7 @@ jobs:
50
- name: Code Coverage
51
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./lcov.info
52
- name: Publish Code Coverage
53
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
54
with:
55
token: ${{ secrets.CODECOV_TOKEN }}
56
- name: Lint
0 commit comments