Skip to content

Commit

Permalink
ci: bump codecov to latest version and CI fail on upload fail (#1805)
Browse files Browse the repository at this point in the history
* ci: bump codecov to latest version and CI fail on upload fail

* ci: remove flag as API may be flaky on codecov side
  • Loading branch information
glihm authored Apr 9, 2024
1 parent 5164e58 commit 364fe01
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
cargo llvm-cov nextest --no-report -p katana
cargo llvm-cov nextest --no-report -p katana --no-default-features --features sir
cargo llvm-cov report --lcov --output-path lcov.info
- uses: codecov/codecov-action@v3
- uses: codecov/codecov-action@v4
with:
token: ${{ secrets.CODECOV_TOKEN }}
files: lcov.info
Expand Down

0 comments on commit 364fe01

Please sign in to comment.