Skip to content

Commit

Permalink
fix: use default xml coverage report
Browse files Browse the repository at this point in the history
  • Loading branch information
UsamaSadiq authored and mumarkhan999 committed Jul 5, 2023
1 parent 1d443cf commit 6674569
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
1 change: 0 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,4 +39,3 @@ jobs:
with:
flags: unittests
fail_ci_if_error: true
version: "v0.1.15"
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 {posargs}
coverage report
python -Wd -m pytest --cov {posargs}
coverage report xml

[testenv:quality]
setenv =
Expand Down

0 comments on commit 6674569

Please sign in to comment.