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