mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 13:17:32 +00:00
Update azure-pipelines-ci.yml for Azure Pipelines
This commit is contained in:
parent
7d68def303
commit
1f09967abb
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user