Skip to content

Commit 6f5a724

Browse files
committed
ignore test files for coverage
1 parent 8eccb7b commit 6f5a724

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
pip install .
5858
pip install pytest-xvfb
5959
pip install pytest-timeout
60-
pytest --ignore=W605 --timeout=50 --cov=spatialmath --cov-report xml:coverage.xml
60+
pytest --ignore=W605 --timeout=50 --cov=spatialmath --omit="*/test*" --cov-report xml:coverage.xml
6161
coverage report
6262
- name: upload coverage to Codecov
6363
uses: codecov/codecov-action@v1

0 commit comments

Comments
 (0)