From 572c248c53c94abb0f40fc668e137f080440afaa Mon Sep 17 00:00:00 2001 From: Steven Pawley Date: Sat, 1 Jun 2024 09:14:10 -0600 Subject: [PATCH] add coverage output location --- .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 23c5224..f973ca6 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -48,7 +48,7 @@ jobs: - name: Test with pytest run: | - poetry run pytest --cov-report=coverage.xml + poetry run pytest --cov-report=xml --cov=. - name: "Upload Report to Codecov" uses: codecov/codecov-action@v3