mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 09:57:43 +00:00
[ci] Add codecov.yml to enforce 100% patch coverage on PRs (#16827)
This commit is contained in:
18
codecov.yml
Normal file
18
codecov.yml
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
coverage:
|
||||||
|
status:
|
||||||
|
patch:
|
||||||
|
default:
|
||||||
|
target: 100%
|
||||||
|
threshold: 0%
|
||||||
|
project:
|
||||||
|
default:
|
||||||
|
informational: true
|
||||||
|
|
||||||
|
ignore:
|
||||||
|
- "esphome/components/**/*"
|
||||||
|
- "esphome/analyze_memory/**/*"
|
||||||
|
- "tests/integration/**/*"
|
||||||
|
|
||||||
|
comment:
|
||||||
|
layout: "reach, diff, flags, files"
|
||||||
|
require_changes: true
|
||||||
Reference in New Issue
Block a user