diff --git a/azure-pipelines-ci.yml b/azure-pipelines-ci.yml index aa8178b47c3..fc0716a6980 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 -t $(codecovToken) + codecov --token $(codecovToken) displayName: 'Run pytest for python $(python.container) / coverage' condition: and(succeeded(), eq(variables['python.container'], variables['PythonMain'])) - task: PublishTestResults@2