Skip to content

Commit

Permalink
do not assert min test coverage via pytest because this is already en…
Browse files Browse the repository at this point in the history
…sured by codecov
  • Loading branch information
ArneBinder committed Nov 7, 2023
1 parent 1e04493 commit 48c978b
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 48c978b

Please sign in to comment.