Skip to content

Commit f3df164

Browse files
committed
Run doctest in separate pytest invocation
1 parent 4ad3357 commit f3df164

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,9 @@ jobs:
3333
pip install -e .
3434
- name: Test with pytest
3535
run: |
36-
py.test --cov=src
36+
py.test --cov=src tests src
37+
py.test --cov=src --cov-append doc
38+
3739
- name: Upload to Coveralls
3840
run: coveralls --service=github
3941
env:

0 commit comments

Comments
 (0)