forked from orbit-oss/flask
remove codecov
This commit is contained in:
parent
46a67b6789
commit
8a7d080085
2 changed files with 1 additions and 6 deletions
|
|
@ -10,7 +10,6 @@ jobs:
|
|||
python.architecture: 'x64'
|
||||
TOXENV: 'py,coverage-ci'
|
||||
publish.test.results: 'true'
|
||||
CODECOV_TOKEN: '$(codecov.token)'
|
||||
|
||||
strategy:
|
||||
matrix:
|
||||
|
|
|
|||
6
tox.ini
6
tox.ini
|
|
@ -62,13 +62,9 @@ commands =
|
|||
coverage report
|
||||
|
||||
[testenv:coverage-ci]
|
||||
passenv = CODECOV_TOKEN
|
||||
deps =
|
||||
coverage
|
||||
codecov
|
||||
deps = coverage
|
||||
skip_install = true
|
||||
commands =
|
||||
coverage combine
|
||||
codecov
|
||||
coverage xml
|
||||
coverage report
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue