URL: http://github.com/rai-opensource/spatialmath-python/commit/f09dc3024685690f394cf512cd69f432f0908dbd
There was an error while loading. Please reload this page.
1 parent dd541ab commit f09dc30Copy full SHA for f09dc30
1 file changed
.github/workflows/master.yml
@@ -57,10 +57,8 @@ jobs:
57
pip install .
58
pip install pytest-xvfb
59
pip install pytest-timeout
60
- pytest --cov --cov-config=./spatialmath/.coveragerc --cov-report xml
61
- pwd
62
- ls -l coverage.xml
63
- head -n 100 coverage.xml
+ # pytest --cov --cov-config=./spatialmath/.coveragerc --cov-report xml
+ pytest --cov --cov-report xml
64
coverage report
65
- name: upload coverage to Codecov
66
uses: codecov/codecov-action@master
0 commit comments