Skip to content

Commit

Permalink
test.yml change coverage report to json
Browse files Browse the repository at this point in the history
  • Loading branch information
kimpham54 authored Nov 15, 2024
1 parent 394e4aa commit c9dd5db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
python -m coverage run -p -m pytest src/jp2_remediator/tests/unit
python -m coverage combine
python -m coverage report -m --skip-covered --fail-under=85
python -m coverage xml
python -m coverage json
# Fetch base branch for comparison (e.g., main)
- name: Fetch base branch
Expand Down

0 comments on commit c9dd5db

Please sign in to comment.