Skip to content

Commit

Permalink
print cov report to terminal as well
Browse files Browse the repository at this point in the history
  • Loading branch information
mikemhenry committed Aug 20, 2024
1 parent f3253ea commit 43e974a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: Run tests
run: |
pytest -n logical -v --cov=openmmtools --cov-report=xml --color=yes openmmtools/tests/
pytest -n logical -v --cov=openmmtools --cov-report=xml --cov-report=term --color=yes openmmtools/tests/
- name: CodeCov
uses: codecov/codecov-action@v4
Expand Down

0 comments on commit 43e974a

Please sign in to comment.