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 bc50c3e commit 8afca39Copy full SHA for 8afca39
.github/workflows/rust.yml
@@ -46,7 +46,7 @@ jobs:
46
- name: Code Coverage
47
run: grcov . -s . --binary-path ./target/debug/ -t lcov --branch --ignore-not-existing -o ./lcov.info
48
- name: Publish Code Coverage
49
- uses: codecov/codecov-action@v4
+ uses: codecov/codecov-action@v5
50
with:
51
token: ${{ secrets.CODECOV_TOKEN }}
52
- name: Lint
0 commit comments