From 6183032bb938c44e8d83287d3dd16cfed66a0505 Mon Sep 17 00:00:00 2001 From: Deko Date: Sat, 15 Apr 2023 15:54:56 +0200 Subject: [PATCH] Create cov report XML --- .github/workflows/pipeline.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pipeline.yaml b/.github/workflows/pipeline.yaml index ce2bf60..7b816cc 100644 --- a/.github/workflows/pipeline.yaml +++ b/.github/workflows/pipeline.yaml @@ -33,7 +33,7 @@ jobs: - name: black run: poetry run black . --check --verbose --diff - name: pytest - run: poetry run pytest --cov -v + run: poetry run pytest --cov-report xml --cov -v - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v3 build: