Skip to content

Commit 1a1b1f0

Browse files
committed
ci: use codecov-action v4
1 parent 6fcbb37 commit 1a1b1f0

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/ci.yml

+3-2
Original file line numberDiff line numberDiff line change
@@ -96,8 +96,9 @@ jobs:
9696
- name: Generate code coverage
9797
run: cargo llvm-cov --all-features --workspace --lcov --output-path lcov.info
9898
- name: Upload coverage to Codecov
99-
uses: codecov/codecov-action@v3
99+
uses: codecov/codecov-action@v4
100100
with:
101101
token: ${{ secrets.CODECOV_TOKEN }} # not required for public repos
102102
files: lcov.info
103-
fail_ci_if_error: true
103+
fail_ci_if_error: true
104+
verbose: true

0 commit comments

Comments
 (0)