8000 debug zero code coverage · suddrey-qut/spatialmath-python@26e6429 · GitHub
[go: up one dir, main page]

Skip to content

Commit 26e6429

Browse files
committed
debug zero code coverage
1 parent 5c9ef29 commit 26e6429

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,8 @@ jobs:
5757
pip install .
5858
pip install pytest-xvfb
5959
pip install pytest-timeout
60-
pytest --cov --cov-config=./spatialmath/.coveragerc --cov-report xml
60+
# pytest --cov --cov-config=./spatialmath/.coveragerc --cov-report xml
61+
pytest --cov --cov-report xml
6162
ls -l coverage.xml
6263
head -n 100 coverage.xml
6364
- name: upload coverage to Codecov

0 commit comments

Comments
 (0)
0