Skip to content

Commit

Permalink
trying new coverage python command
Browse files Browse the repository at this point in the history
  • Loading branch information
quillcraftsman committed Feb 28, 2024
1 parent e0e2aa5 commit 263b453
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ test:
pytest

coverage:
pytest -s --cov --cov-report html --cov-fail-under 100
DISPLAY=":0" python -m pytest -s --cov --cov-report html --cov-fail-under 100

yamllint:
yamllint -d relaxed .
Expand Down

0 comments on commit 263b453

Please sign in to comment.