From 6164a78875e220bd9217a83525c1cf56446237ea Mon Sep 17 00:00:00 2001 From: iback Date: Thu, 14 Nov 2024 13:13:27 +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 958c656..6a51708 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -42,7 +42,7 @@ jobs: flake8 . --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics - 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