mirror of
https://github.com/sprockets/sprockets-statsd.git
synced 2024-12-26 19:34:54 +00:00
Try to fix codecov uploads...
This commit is contained in:
parent
5d7a6f6941
commit
7b57fa9fa9
1 changed files with 3 additions and 6 deletions
7
.github/workflows/run-tests.yml
vendored
7
.github/workflows/run-tests.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue