Skip to content

Commit

Permalink
Added test_coverage.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
TreyWW committed Mar 18, 2024
1 parent b6f2ff2 commit 711c699
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
pattern: coverage-data-*
merge-multiple: true

- name: Combine coverage & fail if it's <100%
- name: "Combine coverage & fail if it's <50"
run:
python -Im pip install --upgrade coverage[toml]|

Expand All @@ -32,7 +32,7 @@ jobs:
# Report and write to summary.
python -Im coverage report --format=markdown >> $GITHUB_STEP_SUMMARY

# Report again and fail if under 100%.
# Report again and fail if under 50%.
python -Im coverage report --fail-under=50

- name: Upload HTML report if check failed
Expand Down

0 comments on commit 711c699

Please sign in to comment.