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 711c699 commit c590273
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/test_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,8 @@ jobs:
merge-multiple: true

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

run: |
python -Im pip install --upgrade coverage[toml]
python -Im coverage combine
python -Im coverage html --skip-covered --skip-empty
Expand All @@ -40,4 +39,4 @@ jobs:
with:
name: html-report
path: htmlcov
if: ${{ failure() }}
if: ${{ failure() }}

0 comments on commit c590273

Please sign in to comment.