From 2ef4744d5b40cb0bff21634e290796c09a9a480e Mon Sep 17 00:00:00 2001 From: Agustinus Kristiadi Date: Fri, 23 Aug 2024 16:44:22 -0400 Subject: [PATCH] XML output in pytest-cov --- .github/workflows/pytest.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pytest.yml b/.github/workflows/pytest.yml index 321e3a2..fead273 100644 --- a/.github/workflows/pytest.yml +++ b/.github/workflows/pytest.yml @@ -14,7 +14,7 @@ jobs: - name: Install the project run: uv sync --all-extras --dev - name: Run tests - run: uv run pytest tests --cov + run: uv run pytest tests --cov --cov-report=xml - name: Upload results to Codecov uses: codecov/codecov-action@v4 with: