Skip to content

Commit

Permalink
Update azure-pipelines-ci.yml for Azure Pipelines
Browse files Browse the repository at this point in the history
  • Loading branch information
pvizeli committed Mar 2, 2020
1 parent 0498973 commit 87abd19
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,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']))
Expand Down

0 comments on commit 87abd19

Please sign in to comment.