From 7d3335d52695488e5b3a89babbccac431975a477 Mon Sep 17 00:00:00 2001 From: Marko Date: Mon, 24 Aug 2020 10:52:40 +0200 Subject: [PATCH] ci: delay codecov notification (#5275) ## Description Currently, for ci testing, we upload the code coverage reports individually across multiple machines. Once codecov receives one report it sends a notification in the form of a comment on the pull request. This comment does not contain the full report from all the tests therefore causing inaccurate reports. This PR aims at delaying the codecov notification till at least 4 reports have been uploaded, reducing noise. Closes: #XXX --- codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/codecov.yml b/codecov.yml index 2ecd34ba9..a6cfbd167 100644 --- a/codecov.yml +++ b/codecov.yml @@ -2,6 +2,8 @@ coverage: precision: 2 round: down range: "70...100" + notify: + after_n_builds: 4 status: project: