Guard config flow coverage in Codecov (#60718)
This commit is contained in:
parent
2ba21d6bf3
commit
d5dc963b6f
1 changed files with 13 additions and 0 deletions
13
codecov.yml
13
codecov.yml
|
@ -6,6 +6,19 @@ coverage:
|
||||||
default:
|
default:
|
||||||
target: 90
|
target: 90
|
||||||
threshold: 0.09
|
threshold: 0.09
|
||||||
|
config-flows:
|
||||||
|
target: auto
|
||||||
|
threshold: 0
|
||||||
|
paths:
|
||||||
|
- homeassistant/components/*/config_flow.py
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
target: auto
|
||||||
|
config-flows:
|
||||||
|
target: 100
|
||||||
|
threshold: 0
|
||||||
|
paths:
|
||||||
|
- homeassistant/components/*/config_flow.py
|
||||||
comment: false
|
comment: false
|
||||||
|
|
||||||
# To make partial tests possible,
|
# To make partial tests possible,
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue