From 1f09967abb35debae128fa9c1df286a3b8206e74 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 27 Jul 2019 10:41:17 +0200 Subject: [PATCH] Update azure-pipelines-ci.yml for Azure Pipelines --- 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 0ccbf56256c..aa8178b47c3 100644 --- a/azure-pipelines-ci.yml +++ b/azure-pipelines-ci.yml @@ -125,7 +125,7 @@ stages: . venv/bin/activate pytest --timeout=9 --durations=10 --junitxml=test-results.xml --cov --cov-report=xml -qq -o console_output_style=count -p no:sugar tests - codecov --token=$(codecovToken) + codecov -t $(codecovToken) displayName: 'Run pytest for python $(python.container) / coverage' condition: and(succeeded(), eq(variables['python.container'], variables['PythonMain'])) - task: PublishTestResults@2