From 0154a3db884de23df7030b6e0b80a30697f97b46 Mon Sep 17 00:00:00 2001 From: Steven Pawley Date: Sat, 1 Jun 2024 09:03:26 -0600 Subject: [PATCH] add project dir to cov --- .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 4622aef..3f2547c 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=xml + poetry run pytest --cov=Pyspatialml --cov-report=xml - name: "Upload Report to Codecov" uses: codecov/codecov-action@v3