Skip to content

Commit

Permalink
run coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
ericpre committed Oct 29, 2023
1 parent 4ae4852 commit 780dd5c
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:
- name: Run test suite
run: |
pytest --pyargs exspy -n 2
pytest --pyargs exspy -n 2 --cov=. --cov-report=xml
- name: Upload coverage to Codecov
if: ${{ always() }}
Expand Down

0 comments on commit 780dd5c

Please sign in to comment.