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.
2 parents f0a5c74 + 906f155 commit e12ca46Copy full SHA for e12ca46
.github/workflows/coverage.yml
@@ -13,7 +13,7 @@ jobs:
13
- uses: taiki-e/install-action@v2
14
with: { tool: cargo-tarpaulin }
15
- run: cargo --locked tarpaulin --all-features -- --skip 'proptest::'
16
- - uses: codecov/codecov-action@v4
+ - uses: codecov/codecov-action@v5
17
env:
18
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
19
0 commit comments