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'
TOXENV: 'py,coverage-ci'
publish.test.results: 'true'
CODECOV_TOKEN: '$(codecov.token)'
strategy:
matrix:

View file

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