From 7c1e9faae069653866a0a57ce4b7278ba03b91b3 Mon Sep 17 00:00:00 2001 From: Alex Lushpai Date: Fri, 24 May 2024 22:17:46 +0300 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 537b9bc..6e33c6c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: COVERAGE: ${{ matrix.coverage }} if: env.COVERAGE == 1 run: | - coverage xml -m unittest tests/*.py -o coverage.xml + coverage run -m unittest tests/*.py - name: Coverage env: COVERAGE: ${{ matrix.coverage }}