From 9388205e0aca9ce039fa2eae0847764d1d29a786 Mon Sep 17 00:00:00 2001 From: Bruno Thomas Date: Fri, 10 Jan 2025 09:33:47 +0100 Subject: [PATCH] ci: add coverage data --- .github/workflows/tests.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 36bcf2c..40eff4f 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -48,5 +48,5 @@ jobs: - name: Run tests run: | source .venv/bin/activate - pytest + pytest --cov=aioimaplib coverage report