Skip to content

Commit

Permalink
Update tests.yaml
Browse files Browse the repository at this point in the history
support coverage output
  • Loading branch information
patman15 committed Jun 4, 2024
1 parent 647154e commit 054ff82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -26,4 +26,4 @@ jobs:
run: pip install -r requirements_test.txt

- name: Run tests and collect coverage
run: pytest --cov-report term-missing --cov-fail-under=100
run: pytest --cov --cov-report term-missing --cov-fail-under=100

0 comments on commit 054ff82

Please sign in to comment.