Skip to content

Commit

Permalink
Disable codecov because it stop working after renaming.
Browse files Browse the repository at this point in the history
Come back with GitHub action migration
  • Loading branch information
pvizeli authored Mar 3, 2020
1 parent 558da56 commit 5bbbe60
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 5bbbe60

Please sign in to comment.