From d5dc963b6f63f71985ee9c8edb9ae2e1936cb03f Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Wed, 1 Dec 2021 12:52:08 +0100 Subject: [PATCH] Guard config flow coverage in Codecov (#60718) --- codecov.yml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/codecov.yml b/codecov.yml index 8dee6ee3686..2522ccd90e9 100644 --- a/codecov.yml +++ b/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,