We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cd9b47 commit 325259eCopy full SHA for 325259e
1 file changed
.github/workflows/master.yml
@@ -61,8 +61,9 @@ jobs:
61
pwd
62
ls -l coverage.xml
63
head -n 100 coverage.xml
64
+ coverage report
65
- name: upload coverage to Codecov
- uses: codecov/codecov-action@v1
66
+ uses: codecov/codecov-action@master
67
with:
68
file: ./coverage.xml
69
sphinx:
@@ -82,6 +83,7 @@ jobs:
82
83
pip install -r .github/dev_requirements.txt
84
pip install .
85
pip install git+https://github.com/petercorke/sphinx-autorun.git
86
+ pip install sympy
87
sudo apt-get install graphviz
88
- name: Build docs
89
run: |
0 commit comments