We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 769e028 commit 6e0c51fCopy full SHA for 6e0c51f
.github/workflows/code_coverage.yml
@@ -25,6 +25,6 @@ jobs:
25
cargo +nightly tarpaulin --verbose --all-features --workspace --timeout 120 --out xml
26
27
- name: Upload to codecov.io
28
- uses: codecov/codecov-action@f30e4959ba63075080d4f7f90cacc18d9f3fafd7
+ uses: codecov/codecov-action@e0b68c6749509c5f83f984dd99a76a1c1a231044
29
with:
30
fail_ci_if_error: true
0 commit comments