From 6674569e9f34204e583672df5b29a7b69b444519 Mon Sep 17 00:00:00 2001 From: UsamaSadiq Date: Tue, 27 Jun 2023 17:09:32 +0500 Subject: [PATCH] fix: use default xml coverage report --- .github/workflows/ci.yml | 1 - tox.ini | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ea9dd88e..26bb6a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,4 +39,3 @@ jobs: with: flags: unittests fail_ci_if_error: true - version: "v0.1.15" diff --git a/tox.ini b/tox.ini index 003f1c7c..2f451600 100644 --- a/tox.ini +++ b/tox.ini @@ -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 =