Skip to content

Commit

Permalink
fix: run coverage with pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jun 27, 2023
1 parent 395ef32 commit 77826c9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ deps =
drf312: djangorestframework>=3.12,<3.13
drflatest: djangorestframework
commands =
python -Wd -m pytest --cov {posargs}
coverage report xml
python -Wd coverage -m pytest {posargs}
coverage report

[testenv:quality]
setenv =
Expand Down

0 comments on commit 77826c9

Please sign in to comment.