Skip to content

Commit

Permalink
change pytest flags
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonBlanke committed Apr 2, 2024
1 parent 3a429aa commit 87487c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
# and runs pytest in your pipenv environment
- name: Test with pytest
run: |
python -m pytest tests -p no:warnings --cov=surfaces
python -m pytest tests --cov=surfaces --cov-report=term-missing --cov-report=xml -p no:warnings
- name: Coverage Summary Report
uses: irongut/[email protected]
Expand Down

0 comments on commit 87487c3

Please sign in to comment.