From f3bcc18c1c0d080bdf3402aa0087005c1c13c8ba Mon Sep 17 00:00:00 2001 From: Gino Miceli <228050+gino-m@users.noreply.github.com> Date: Wed, 7 Aug 2024 14:48:40 -0400 Subject: [PATCH] Relax codecov check constraints (#2610) --- codecov.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) 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%