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 cfc54c2 commit e006fa6Copy full SHA for e006fa6
.github/workflows/rust.yml
@@ -34,7 +34,7 @@ jobs:
34
- name: Code Coverage
35
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./lcov.info
36
- name: Publish Code Coverage
37
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
38
with:
39
token: ${{ secrets.CODECOV_TOKEN }}
40
- name: Lint
0 commit comments