We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e6429 commit 17882c2Copy full SHA for 17882c2
2 files changed
.github/workflows/master.yml
@@ -57,8 +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
- pytest --cov --cov-report xml
+ pytest --cov --cov-config=./spatialmath/.coveragerc --cov-report xml
+ pwd
62
ls -l coverage.xml
63
head -n 100 coverage.xml
64
- name: upload coverage to Codecov
spatialmath/.coveragerc
@@ -1,9 +1,12 @@
1
[run]
2
-source = spatialmath
+source =
3
+ spatialmath
4
+ spatialmath/base
5
+omit =
6
+ spatialmath/timing.py
7
8
[report]
9
omit =
10
spatialmath/test/test_*.py
- spatialmath/timing.py
11
spatialmath/base/test/test_*.py
12
0 commit comments