Skip to content

Commit

Permalink
fix: test command
Browse files Browse the repository at this point in the history
  • Loading branch information
dancergraham authored Jan 16, 2025
1 parent cd4e10a commit b6fa870
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
if [ -f requirements.txt ]; then pip install -r requirements.txt; fi
- name: Run coverage
run: |
coverage run --source=waffle -m pytest
coverage run --source=waffle ./run.sh test
coverage report
coverage xml
- name: Upload coverage to Codecov
Expand Down

0 comments on commit b6fa870

Please sign in to comment.