From 08dd8113c5891fcd95efd9f62b1b72951c2e2457 Mon Sep 17 00:00:00 2001 From: Vladimir Petrik Date: Wed, 13 Sep 2023 21:24:52 +0200 Subject: [PATCH] create coverage xml after test --- .github/workflows/test.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 91315ded..baab1579 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -68,6 +68,7 @@ jobs: run: | pip install pytest coverage coverage run -m pytest tests + coverage xml - uses: codecov/codecov-action@v3 env: CODECOV_TOKEN: ${{ secrets.CODECOV_TOKEN }}