We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 48922a2 commit 04ddb6cCopy full SHA for 04ddb6c
.github/workflows/documentation.yml
@@ -1,4 +1,4 @@
1
-name: Documentation
+name: Documentation and Code Coverage
2
3
on: [push]
4
@@ -40,7 +40,7 @@ jobs:
40
pip install pytest
41
pip install pytest-cov
42
export PYTHONPATH=.
43
- pytest --cov=./_unittests/ --cov-report=xml --durations=10 --ignore-glob=**LONG*.py --ignore-glob=**notebook*.py
+ pytest --cov=./sphinx_runpython/ --cov-report=xml --durations=10 --ignore-glob=**LONG*.py --ignore-glob=**notebook*.py
44
export PYTHONPATH=
45
46
- name: Upload coverage reports to Codecov
0 commit comments