Skip to content

Commit

Permalink
Do not fail CI on codecov create report (#5794)
Browse files Browse the repository at this point in the history
Unblock PRs from CI failure.
  • Loading branch information
MrAlias authored Jun 21, 2024
1 parent d0407ff commit f356776
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,6 @@ jobs:
CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}
with:
file: ./coverage.txt
fail_ci_if_error: true
verbose: true
- name: Store coverage test output
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit f356776

Please sign in to comment.