From 2ba8fff65d1c9e68680b4d67928a7e7fbaa2530d Mon Sep 17 00:00:00 2001 From: Steven Pawley Date: Sat, 1 Jun 2024 08:57:51 -0600 Subject: [PATCH] u --- .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