Skip to content

Commit

Permalink
Fix the failing codecov upload
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Aug 2, 2024
1 parent be49d65 commit 792a9b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci_codecov.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
with:
token: ${{ secrets.CODECOV_TOKEN }}
# Temp fix for https://github.com/codecov/codecov-action/issues/1487
version: v0.6.0
# version: v0.6.0
fail_ci_if_error: true
file: ./coverage.xml
flags: unittests
Expand Down

0 comments on commit 792a9b3

Please sign in to comment.