From f457f54278b70862c554c6807058b2312e427d4e Mon Sep 17 00:00:00 2001 From: iback Date: Thu, 14 Nov 2024 12:58:15 +0000 Subject: [PATCH] fix workflow --- .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 9a0c1a0..ad4f09e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -45,7 +45,7 @@ jobs: pytest - name: Test with pytest and create coverage report run: | - python -m poetry run coverage run --source=spineps -m pytest + python -m poetry run coverage run --source=SPINEPS -m pytest python -m poetry run coverage xml - name: Upload coverage results to Codecov (Only on merge to main) # Only upload to Codecov after a merge to the main branch