10000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 265a0fb commit dbb4e8cCopy full SHA for dbb4e8c
.github/workflows/master.yml
@@ -56,8 +56,7 @@ jobs:
56
pip install .[dev]
57
pip install pytest-xvfb
58
pip install pytest-timeout
59
- pytest --cov --cov-config=./spatialmath/.coveragerc --cov-report xml
60
- #pytest --cov=spatialmath --cov-report xml
+ pytest --cov --cov-report xml
61
coverage report
62
- name: upload coverage to Codecov
63
uses: codecov/codecov-action@v3
Makefile
@@ -16,7 +16,7 @@ test:
16
pytest
17
18
coverage:
19
- coverage run --omit=\*/test_\* -m unittest
+ pytest --cov=spatialmath
20
21
22
docs: .FORCE
0 commit comments