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 1a183e2 commit 88c3e13Copy full SHA for 88c3e13
1 file changed
.github/workflows/crate.yml
@@ -109,7 +109,7 @@ jobs:
109
- name: Generate code coverage
110
run: cargo llvm-cov --all-targets --features padding_api --lcov --output-path lcov.log
111
- name: Upload coverage to Codecov
112
- uses: codecov/codecov-action@v6
+ uses: codecov/codecov-action@v7
113
with:
114
token: ${{ secrets.CODECOV_TOKEN }}
115
files: lcov.log
0 commit comments