From 5bbbe60635d16a4c61b4bfc3bb06223e52284de6 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Tue, 3 Mar 2020 16:06:17 +0100 Subject: [PATCH] Disable codecov because it stop working after renaming. Come back with GitHub action migration --- azure-pipelines-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index 4c6a353d775..8fb014f80a7 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -148,7 +148,7 @@ stages: . venv/bin/activate pytest --timeout=9 --durations=10 -n auto --dist=loadfile --cov homeassistant --cov-report html -qq -o console_output_style=count -p no:sugar tests - codecov --token $(codecovToken) + #codecov --token $(codecovToken) script/check_dirty displayName: 'Run pytest for python $(python.container) / coverage' condition: and(succeeded(), eq(variables['python.container'], variables['PythonMain']))