Skip to content

Commit

Permalink
Coverage at 95%
Browse files Browse the repository at this point in the history
  • Loading branch information
jmitchel3 committed Dec 31, 2024
1 parent 9173373 commit db98691
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -77,11 +77,11 @@ jobs:
pattern: coverage-data-*
merge-multiple: true

- name: Combine coverage and fail if it's <100%
- name: Combine coverage and fail if it's <95%
run: |
python -m coverage combine
python -m coverage html --skip-covered --skip-empty
python -m coverage report --fail-under=100
python -m coverage report --fail-under=95
echo "## Coverage summary" >> $GITHUB_STEP_SUMMARY
python -m coverage report --format=markdown >> $GITHUB_STEP_SUMMARY
continue-on-error: true
Expand Down

0 comments on commit db98691

Please sign in to comment.