Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Hendrik-code committed Nov 14, 2024
1 parent 7d97ef2 commit f457f54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f457f54

Please sign in to comment.