Skip to content

Commit 9345ec8

Browse files
authored
Update master.yml
1 parent c81f0be commit 9345ec8

1 file changed

Lines changed: 4 additions & 2 deletions

File tree

.github/workflows/master.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,10 @@ jobs:
5555
- name: Run coverage
5656
run: |
5757
pip install .
58-
coverage run --omit=\*/test_\* -m unittest
59-
coverage xml
58+
pip install pytest-xvfb
59+
pip install pytest-timeout
60+
pytest --ignore=W605 --timeout=50 --cov=spatialmath --cov-report xml:coverage.xml
61+
coverage report
6062
- name: upload coverage to Codecov
6163
uses: codecov/codecov-action@v1
6264
with:

0 commit comments

Comments
 (0)