Skip to content

Commit

Permalink
Run doctest in separate pytest invocation
Browse files Browse the repository at this point in the history
  • Loading branch information
nocarryr committed Jan 2, 2024
1 parent 4ad3357 commit f3df164
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,9 @@ jobs:
pip install -e .
- name: Test with pytest
run: |
py.test --cov=src
py.test --cov=src tests src
py.test --cov=src --cov-append doc
- name: Upload to Coveralls
run: coveralls --service=github
env:
Expand Down

0 comments on commit f3df164

Please sign in to comment.