remove codecov

This commit is contained in:
David Lord 2019-06-12 10:35:35 -07:00
parent 46a67b6789
commit 8a7d080085
No known key found for this signature in database
GPG key ID: 7A1C87E3F5BC42A8
2 changed files with 1 additions and 6 deletions

View file

@ -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:

View file

@ -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