mirror of
https://github.com/home-assistant/core.git
synced 2025-06-25 01:21:51 +02:00
Guard config flow coverage in Codecov (#60718)
This commit is contained in:
13
codecov.yml
13
codecov.yml
@ -6,6 +6,19 @@ coverage:
|
||||
default:
|
||||
target: 90
|
||||
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
|
||||
|
||||
# To make partial tests possible,
|
||||
|
Reference in New Issue
Block a user