From d089bacb1bfa91986a758d17c53f79aaaa1184f2 Mon Sep 17 00:00:00 2001 From: Daniel Agar Date: Thu, 30 Jan 2020 21:50:59 -0500 Subject: [PATCH] codecov notification changes - require the reporting of 5 builds to try and prevent Github actions + Jenkins race condition - don't report if there's no change --- codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 37d7ebb3c1..6369803520 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,5 +1,8 @@ codecov: require_ci_to_pass: yes + notify: + after_n_builds: 5 + wait_for_ci: yes coverage: precision: 2 @@ -22,7 +25,7 @@ parsers: comment: layout: "reach,diff,flags,tree" behavior: default - require_changes: no + require_changes: yes ignore: - "src/examples"