From 9334a669583d154fd5f5f392ec2d77cd92a37f89 Mon Sep 17 00:00:00 2001 From: callebtc <93376500+callebtc@users.noreply.github.com> Date: Sun, 16 Oct 2022 13:29:14 +0200 Subject: [PATCH] coverage report --- .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 adf3a2e..1eb2e8a 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 cashu + poetry run pytest tests --cov-report --cov cashu - name: Upload coverage to Codecov uses: codecov/codecov-action@v3