From 6acabaee694a84babad056fc6d1dfbe992ca32a5 Mon Sep 17 00:00:00 2001 From: Justin Comins Date: Wed, 8 May 2024 09:56:24 -0700 Subject: [PATCH] chore: update codecov to ignore e2e react --- codecov.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index 8abdd332721..57db90a1790 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,7 +1,7 @@ codecov: - require_ci_to_pass: yes + require_ci_to_pass: true notify: - wait_for_ci: no + wait_for_ci: false # Backend code coverage must be >= 42% +/- 3%. Backend PR coverage must be >= 80% +/- 5%. coverage: @@ -40,3 +40,6 @@ comment: parsers: go: partials_as_hits: true + +ignore: + - "webui/react/src/e2e"