mirror of
https://github.com/home-assistant/core.git
synced 2025-08-02 04:05:06 +02:00
Update azure-pipelines-ci.yml
This commit is contained in:
@@ -135,7 +135,7 @@ stages:
|
|||||||
set -e
|
set -e
|
||||||
|
|
||||||
. venv/bin/activate
|
. venv/bin/activate
|
||||||
pytest --timeout=9 --durations=10 -n 2 --dist loadfile --cov homeassistant --cov-report html -qq -o console_output_style=count -p no:sugar tests
|
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
|
script/check_dirty
|
||||||
displayName: 'Run pytest for python $(python.container) / coverage'
|
displayName: 'Run pytest for python $(python.container) / coverage'
|
||||||
|
Reference in New Issue
Block a user