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 a9e3f18 + 9981f58 commit 71d078eCopy full SHA for 71d078e
1 file changed
.github/workflows/coverage.yml
@@ -42,6 +42,6 @@ jobs:
42
run: |
43
rustup run stable cargo tarpaulin -o xml --skip-clean
44
- name: Upload coverage reports to Codecov
45
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
46
with:
47
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments