diff --git a/.azure-pipelines.yml b/.azure-pipelines.yml index 9f7dcc20..4f849331 100644 --- a/.azure-pipelines.yml +++ b/.azure-pipelines.yml @@ -10,7 +10,6 @@ jobs: python.architecture: 'x64' TOXENV: 'py,coverage-ci' publish.test.results: 'true' - CODECOV_TOKEN: '$(codecov.token)' strategy: matrix: diff --git a/tox.ini b/tox.ini index 7ee45b3f..314cb2e6 100644 --- a/tox.ini +++ b/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