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
9
.github/workflows/run-tests.yml
vendored
9
.github/workflows/run-tests.yml
vendored
|
@ -34,14 +34,11 @@ jobs:
|
||||||
coverage run -m unittest
|
coverage run -m unittest
|
||||||
coverage report
|
coverage report
|
||||||
coverage xml -o ./coverage.xml
|
coverage xml -o ./coverage.xml
|
||||||
- name: Generate documentation
|
|
||||||
run: |
|
|
||||||
sphinx-build -b html -W --no-color docs build/sphinx/html
|
|
||||||
- name: Upload coverage
|
- name: Upload coverage
|
||||||
uses: codecov/codecov-action@v1.0.2
|
uses: codecov/codecov-action@v1.3.2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.CODECOV_TOKEN }}
|
token: ${{secrets.CODECOV_TOKEN}}
|
||||||
file: ./coverage.xml
|
file: ./coverage.xml
|
||||||
flags: unittests
|
flags: unittests
|
||||||
env_vars: OS,PYTHON
|
|
||||||
fail_ci_if_error: true
|
fail_ci_if_error: true
|
||||||
|
verbose: true
|
||||||
|
|
Loading…
Reference in a new issue