From b3d2b2bd9f820ec4e811cbbccfa6978a6a334052 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Daniele=20Trifir=C3=B2?= Date: Wed, 3 Jul 2024 17:17:32 +0200 Subject: [PATCH] gha: fix coverage report format --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 822b72a0..200b8126 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -72,7 +72,7 @@ jobs: run: nox -s lint-${{ matrix.pyv }} - name: Run tests - run: nox -s tests-${{ matrix.pyv }} + run: nox -s tests-${{ matrix.pyv }} -- --cov-report=xml - name: Upload coverage report uses: codecov/codecov-action@v4