diff --git a/codecov.yml b/codecov.yml index e960f3ed44..56f8fa77a4 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,3 +5,15 @@ comment: require_base: false require_head: false hide_project_coverage: false +coverage: + status: + project: + default: + target: auto + # Max. allowed drop in coverage of the entire project. + threshold: 1% + patch: + default: + target: auto + # Max. allowed drop in coverage of modified lines. + threshold: 60%