Update azure-pipelines-ci.yml
This commit is contained in:
parent
2dbd8cf72c
commit
b3b770476d
1 changed files with 1 additions and 1 deletions
|
@ -166,7 +166,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']))
|
||||
|
|
Loading…
Add table
Reference in a new issue