8000 Update master.yml · suddrey-qut/spatialmath-python@aefebf5 · GitHub
[go: up one dir, main page]

Skip to content

Commit aefebf5

Browse files
authored
Update master.yml
1 parent ec2f870 commit aefebf5

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/master.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,10 +58,11 @@ jobs:
5858
run: |
5959
pip install .
6060
coverage run --omit=\*/test_\* -m unittest
61+
coverage xml
6162
- name: upload coverage to Codecov
6263
uses: codecov/codecov-action@v1
6364
with:
64-
file: ./.coverage
65+
file: ./coverage.xml
6566
sphinx:
6667
# If the above worked:
6768
# Build docs and upload to GH Pages

0 commit comments

Comments
 (0)
0