Try to fix codecov uploads...

This commit is contained in:
Dave Shawley 2021-04-06 21:25:46 -04:00
parent 5d7a6f6941
commit 7b57fa9fa9
No known key found for this signature in database
GPG key ID: F41A8A99298F8EED

View file

@ -34,14 +34,11 @@ jobs:
coverage run -m unittest
coverage report
coverage xml -o ./coverage.xml
- name: Generate documentation
run: |
sphinx-build -b html -W --no-color docs build/sphinx/html
- name: Upload coverage
uses: codecov/codecov-action@v1.0.2
uses: codecov/codecov-action@v1.3.2
with:
token: ${{secrets.CODECOV_TOKEN}}
file: ./coverage.xml
flags: unittests
env_vars: OS,PYTHON
fail_ci_if_error: true
verbose: true