From 986d7bf714851949fcbd4335d45951b8431449c5 Mon Sep 17 00:00:00 2001 From: Jens L Date: Fri, 31 Mar 2023 23:59:23 +0200 Subject: [PATCH] root: set codecov after_n_builds and threshold (#5137) Signed-off-by: Jens Langhammer --- .github/codecov.yml | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index 2d176f2bc..1042659ed 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,3 +1,10 @@ coverage: - precision: 2 - round: up + status: + project: + default: + target: auto + # adjust accordingly based on how flaky your tests are + # this allows a 1% drop from the previous base commit coverage + threshold: 1% + notify: + after_n_builds: 3