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 2737573 commit 054c3b4Copy full SHA for 054c3b4
.github/workflows/test.yml
@@ -90,7 +90,7 @@ jobs:
90
run: cargo llvm-cov --all-features --lcov --output-path lcov.info
91
92
- name: Upload coverage to Codecov
93
- uses: codecov/codecov-action@v3
+ uses: codecov/codecov-action@v4
94
with:
95
files: lcov.info
96
fail_ci_if_error: false
0 commit comments