Skip to content

Commit 04ddb6c

Browse files
authored
update documentation action (#13)
1 parent 48922a2 commit 04ddb6c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Documentation
1+
name: Documentation and Code Coverage
22

33
on: [push]
44

@@ -40,7 +40,7 @@ jobs:
4040
pip install pytest
4141
pip install pytest-cov
4242
export PYTHONPATH=.
43-
pytest --cov=./_unittests/ --cov-report=xml --durations=10 --ignore-glob=**LONG*.py --ignore-glob=**notebook*.py
43+
pytest --cov=./sphinx_runpython/ --cov-report=xml --durations=10 --ignore-glob=**LONG*.py --ignore-glob=**notebook*.py
4444
export PYTHONPATH=
4545
4646
- name: Upload coverage reports to Codecov

0 commit comments

Comments
 (0)