We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 6068b25 + 81ac7fa commit 7f2cfc0Copy full SHA for 7f2cfc0
1 file changed
.github/workflows/coverage.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Generate code coverage
31
run: cargo llvm-cov --all-features --workspace --codecov --output-path codecov.json --ignore-filename-regex "tests|test_dsl"
32
- name: Upload coverage reports to Codecov
33
- uses: codecov/codecov-action@v5
+ uses: codecov/codecov-action@v6
34
with:
35
token: ${{ secrets.CODECOV_TOKEN }}
36
files: codecov.json
0 commit comments