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'
|
python.architecture: 'x64'
|
||||||
TOXENV: 'py,coverage-ci'
|
TOXENV: 'py,coverage-ci'
|
||||||
publish.test.results: 'true'
|
publish.test.results: 'true'
|
||||||
CODECOV_TOKEN: '$(codecov.token)'
|
|
||||||
|
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
|
|
|
||||||
6
tox.ini
6
tox.ini
|
|
@ -62,13 +62,9 @@ commands =
|
||||||
coverage report
|
coverage report
|
||||||
|
|
||||||
[testenv:coverage-ci]
|
[testenv:coverage-ci]
|
||||||
passenv = CODECOV_TOKEN
|
deps = coverage
|
||||||
deps =
|
|
||||||
coverage
|
|
||||||
codecov
|
|
||||||
skip_install = true
|
skip_install = true
|
||||||
commands =
|
commands =
|
||||||
coverage combine
|
coverage combine
|
||||||
codecov
|
|
||||||
coverage xml
|
coverage xml
|
||||||
coverage report
|
coverage report
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue