Skip to content

Commit

Permalink
ci: Update codecov
Browse files Browse the repository at this point in the history
  • Loading branch information
robinlinden committed Oct 18, 2023
1 parent f67d670 commit d5ed4fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ jobs:
run: lcov --summary bazel-out/_coverage/_coverage_report.dat
- name: Upload
run: |
wget --no-verbose --output-document=codecov https://github.com/codecov/uploader/releases/download/v0.6.3/codecov-linux
wget --no-verbose --output-document=codecov https://github.com/codecov/uploader/releases/download/v0.7.0/codecov-linux
chmod +x codecov
./codecov -f bazel-out/_coverage/_coverage_report.dat
Expand Down

0 comments on commit d5ed4fe

Please sign in to comment.