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 authored and mumarkhan999 committed Jul 5, 2023
1 parent 6674569 commit 704af2f
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 704af2f

Please sign in to comment.