Skip to content

Commit

Permalink
Do not fail CI on codecov create report (#5532)
Browse files Browse the repository at this point in the history
Unblock PRs from the CI failure.
  • Loading branch information
MrAlias authored Jun 21, 2024
1 parent eb6bd28 commit 4a509d2
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 @@ -107,7 +107,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 4a509d2

Please sign in to comment.