From 8eafa828eaab95b690deddd5fc72d4d6e178fb8e Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:30:27 +0200 Subject: [PATCH] xml --- .github/workflows/tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 1eb2e8a..a3e2ccf 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -36,6 +36,6 @@ jobs: MINT_HOST: localhost MINT_PORT: 3338 run: | - poetry run pytest tests --cov-report --cov cashu + poetry run pytest tests --cov-report xml --cov cashu - name: Upload coverage to Codecov uses: codecov/codecov-action@v3