Skip to content

Commit

Permalink
disable CI fail when code coverage upload fails
Browse files Browse the repository at this point in the history
Signed-off-by: Vincent Kelleher <[email protected]>
  • Loading branch information
Vincent Kelleher committed Jul 4, 2024
1 parent 9df8c06 commit 7ef6d90
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,4 +63,4 @@ jobs:
name: codecov-results-${{ matrix.os }}-${{ matrix.python-version }}
token: ${{ secrets.CODECOV_TOKEN }}
file: coverage.xml
fail_ci_if_error: true
fail_ci_if_error: false

0 comments on commit 7ef6d90

Please sign in to comment.