diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 743c3f25..5ad92cc5 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -84,7 +84,8 @@ jobs: displayName: run tox -e $(tox.env) - script: | - $(pyTools.pythonLocation)/bin/coverage combine + python -m pip install coverage + coverage combine $(pyTools.pythonLocation)/bin/codecov env: CODECOV_TOKEN: $(codecov.token)