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