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 122ed52 commit 88cebf0Copy full SHA for 88cebf0
1 file changed
.github/workflows/tests.yaml
@@ -51,7 +51,7 @@ jobs:
51
- name: Run tests with coverage
52
run: cargo llvm-cov --cobertura --output-path coverage.xml
53
- name: Upload coverage to Codecov
54
- uses: codecov/codecov-action@57e3a136b779b570ffcdbf80b3bdc90e7fab3de2 # v6
+ uses: codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v6
55
with:
56
files: coverage.xml
57
token: ${{ secrets.CODECOV_TOKEN }}
0 commit comments