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