From ba8250a8d9081e5fce4505641e5ac36dc2ebe157 Mon Sep 17 00:00:00 2001 From: Amanda Vialva <144278621+amandavialva01@users.noreply.github.com> Date: Thu, 15 Feb 2024 13:25:40 -0500 Subject: [PATCH] chore: update backend coverage target (#8798) --- codecov.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 2672b4d76d1..8abdd332721 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,14 +3,14 @@ codecov: notify: wait_for_ci: no -# Backend code coverage must be >= 37% +/- 3%. Backend PR coverage must be >= 80% +/- 5%. +# Backend code coverage must be >= 42% +/- 3%. Backend PR coverage must be >= 80% +/- 5%. coverage: status: project: default: informational: true backend: - target: 37% + target: 42% threshold: 3% flags: - backend