From 134a94d0dad2a751cdb389afe8caaaadbb05d1b6 Mon Sep 17 00:00:00 2001 From: drearondov <63360808+drearondov@users.noreply.github.com> Date: Fri, 27 Oct 2023 18:47:47 -0500 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=F0=9F=8F=BCGenerating=20coverage.x?= =?UTF-8?q?ml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 0ead751..2a192e4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -57,7 +57,7 @@ jobs: - name: Run tests run: | source .venv/bin/activate - pytest --cov + pytest --cov-report xml --cov - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 env: