Skip to content

Commit

Permalink
specify test path
Browse files Browse the repository at this point in the history
  • Loading branch information
jason-neal authored Feb 15, 2024
1 parent 6b5bb0f commit f88d461
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 @@ -39,7 +39,7 @@ jobs:
# continue-on-error: true
- name: Test with pytest
run: |
pytest --cov=. --cov-report term-missing --durations=10
pytest --cov=. --cov-report term-missing --durations=10 ./tests
coverage xml -i
- name: After success
run: |
Expand Down

0 comments on commit f88d461

Please sign in to comment.