Skip to content

Commit

Permalink
uncomment diff cover test 2
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpham54 committed Oct 25, 2024
1 parent ee2c6c1 commit 00bcb67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,9 +71,9 @@ jobs:
python -m coverage run -p -m pytest src/jp2_remediator/tests/unit
python -m coverage xml -o coverage-base.xml
git checkout -
python diff-cover --compare-branch=main coverage.xml
diff-cover --compare-branch=main coverage.xml
# Fail if coverage decreases
- name: Fail if coverage decreases
run: |
python diff-cover --compare-branch=main coverage.xml --fail-under=100
diff-cover --compare-branch=main coverage.xml --fail-under=100

0 comments on commit 00bcb67

Please sign in to comment.