Skip to content

Commit

Permalink
fix: attempt to fix coverage check
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq committed Jun 27, 2023
1 parent 77826c9 commit 2ae6055
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 @@ -10,7 +10,7 @@ deps =
drf312: djangorestframework>=3.12,<3.13
drflatest: djangorestframework
commands =
python -Wd coverage -m pytest {posargs}
python -m pytest --cov {posargs}
coverage report

[testenv:quality]
Expand Down

0 comments on commit 2ae6055

Please sign in to comment.