mirror of
https://github.com/home-assistant/core.git
synced 2025-07-23 05:07:41 +00:00
Guard config flow coverage in Codecov (#60718)
This commit is contained in:
parent
2ba21d6bf3
commit
d5dc963b6f
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…
x
Reference in New Issue
Block a user