We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c7a66cc commit c5a365bCopy full SHA for c5a365b
.github/workflows/test.yml
@@ -67,7 +67,7 @@ jobs:
67
- name: Generate code coverage
68
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info --ignore-filename-regex benchmark
69
- name: Codecov
70
- uses: codecov/codecov-action@v5.3.1
+ uses: codecov/codecov-action@v5.4.0
71
with:
72
fail_ci_if_error: false
73
name: codecov-umbrella # optional
0 commit comments