From 5a7823c3d39bb6759263d26a6fb5a34080d8e85c Mon Sep 17 00:00:00 2001 From: Marcus Hughes Date: Fri, 1 Mar 2024 05:51:23 -0600 Subject: [PATCH] makes coverage view unexecuted files --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 981129e..52c8e58 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -33,7 +33,7 @@ jobs: - name: Test with pytest run: | pip install . - coverage run --branch -m pytest tests + coverage run --branch --source=overlappogram/ -m pytest tests - name: Upload coverage reports to Codecov uses: codecov/codecov-action@v4.0.1 with: