From d35db7784dea1a3fef7c7470d51b64761c839eb5 Mon Sep 17 00:00:00 2001 From: Corey Oordt Date: Sun, 1 Dec 2024 10:04:32 -0600 Subject: [PATCH] Fixed coverage in GitHub Actions --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c585aed..b9bd951 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -41,7 +41,7 @@ jobs: - name: Install test dependencies run: pip install '.[test]' - name: Test - run: pytest --cov-report=xml + run: coverage -m pytest && coverage xml - name: Upload coverage to Codecov uses: codecov/codecov-action@v3 with: