8000 debug for coverage upload · zfxu/spatialmath-python@325259e · GitHub
[go: up one dir, main page]

Skip to content
8000

Commit 325259e

Browse files
committed
debug for coverage upload
1 parent 9cd9b47 commit 325259e

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/master.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,8 +61,9 @@ jobs:
6161
pwd
6262
ls -l coverage.xml
6363
head -n 100 coverage.xml
64+
coverage report
6465
- name: upload coverage to Codecov
65-
uses: codecov/codecov-action@v1
66+
uses: codecov/codecov-action@master
6667
with:
6768
file: ./coverage.xml
6869
sphinx:
@@ -82,6 +83,7 @@ jobs:
8283
pip install -r .github/dev_requirements.txt
8384
pip install .
8485
pip install git+https://github.com/petercorke/sphinx-autorun.git
86+
pip install sympy
8587
sudo apt-get install graphviz
8688
- name: Build docs
8789
run: |

0 commit comments

Comments
 (0)
0