We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5a365b commit 2ae3c19Copy full SHA for 2ae3c19
.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/[email protected].0
+ uses: codecov/[email protected].2
71
with:
72
fail_ci_if_error: false
73
name: codecov-umbrella # optional
0 commit comments