Skip to content

Commit

Permalink
require min coverage of 90%
Browse files Browse the repository at this point in the history
  • Loading branch information
aryarm authored Oct 31, 2023
1 parent 8fd0724 commit 980f4fe
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,7 @@ jobs:
- name: Test with pytest
shell: bash -el {0}
run: |
bcftools --help
python -m pytest --cov=. --cov-report term-missing --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
python -m pytest --cov=. --cov-report term-missing --cov-fail-under 90 --doctest-modules --junitxml=junit/test-results-${{ matrix.python-version }}.xml
- name: Upload pytest test results
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 980f4fe

Please sign in to comment.