Skip to content

Commit

Permalink
Merge pull request #30 from ArneBinder/pytest_no_min_coverage
Browse files Browse the repository at this point in the history
do not assert minimum test coverage via pytest
  • Loading branch information
ArneBinder authored Nov 7, 2023
2 parents 1e04493 + 48c978b commit 1461e98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Run tests with coverage
run: |
source .venv/bin/activate
pytest -k "not slow" --cov --cov-fail-under=90 --cov-report term-missing --cov-report xml:coverage.xml
pytest -k "not slow" --cov --cov-report term-missing --cov-report xml:coverage.xml
- name: Upload coverage reports to Codecov
uses: codecov/codecov-action@v3
with:
Expand Down

0 comments on commit 1461e98

Please sign in to comment.