Skip to content

Commit

Permalink
Added --cov-report term {posargs}
Browse files Browse the repository at this point in the history
  • Loading branch information
Nusnus committed Aug 22, 2024
1 parent a31badf commit 1ff4024
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ sitepackages = False
recreate = False
commands =
pip list
pytest -xv --cov=django_celery_beat --cov-report=xml --no-cov-on-fail
pytest -xv --cov=django_celery_beat --cov-report=xml --no-cov-on-fail --cov-report term {posargs}


[testenv:apicheck]
Expand Down

0 comments on commit 1ff4024

Please sign in to comment.