From be9c3ce8856710a6c5b61a3d535e9b43339bdb5a Mon Sep 17 00:00:00 2001 From: Brian Rosner Date: Tue, 21 May 2024 08:28:31 -0600 Subject: [PATCH] report cov xml --- .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 cf6f2f6..01cb1cd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -49,7 +49,7 @@ jobs: - name: Install dependencies run: poetry install --with=test - name: Run pytest - run: poetry run pytest --cov=teufa tests/ + run: poetry run pytest --cov=teufa --cov-report=xml tests/ env: DATABASE_URL: postgresql+psycopg://postgres:postgres@localhost:5432/postgres - name: Upload coverage reports to Codecov