Skip to content

Commit

Permalink
Do not fail workflow based on coverage %
Browse files Browse the repository at this point in the history
  • Loading branch information
rixx committed Nov 13, 2023
1 parent 44ffa08 commit d9d519c
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 @@ -100,7 +100,7 @@ jobs:
echo "## Test coverage: $TOTAL_COV%" >> $GITHUB_STEP_SUMMARY
python -m coverage report --skip-covered --skip-empty --show-missing --format=markdown >> $GITHUB_STEP_SUMMARY
python -m coverage report --fail-under=95
python -m coverage report
if: matrix.database == 'postgres' && matrix.python-version == '3.10'

- name: Create HTML report if tests failed.
Expand Down

0 comments on commit d9d519c

Please sign in to comment.