Skip to content

Commit f09dc30

Browse files
committed
tweak codecov action
1 parent dd541ab commit f09dc30

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/master.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -57,10 +57,8 @@ jobs:
5757
pip install .
5858
pip install pytest-xvfb
5959
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
60+
# pytest --cov --cov-config=./spatialmath/.coveragerc --cov-report xml
61+
pytest --cov --cov-report xml
6462
coverage report
6563
- name: upload coverage to Codecov
6664
uses: codecov/codecov-action@master

0 commit comments

Comments
 (0)