Skip to content

Commit

Permalink
do not mark as failed if coverage fails
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcusZuber committed Apr 18, 2024
1 parent a7fc9aa commit e616b4c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
if: matrix.python-version == '3.12'
uses: codecov/codecov-action@v2
with:
fail_ci_if_error: true
fail_ci_if_error: false
files: ./coverage.xml
token: ${{ secrets.CODECOV_TOKEN }}
verbose: true

0 comments on commit e616b4c

Please sign in to comment.