From ccf3b80e8807c9bd348444dd66a789de16bb5c5b Mon Sep 17 00:00:00 2001 From: Michael van Tellingen Date: Sun, 11 Jun 2017 17:59:44 +0200 Subject: [PATCH] Set codecov after_n_builds to 10 as a test This should fix the issue that codecov reported a coverage percentage which didn't take all builds into account (due to cancellation) There are currently 29 travis builds so 10 should be a safe number --- codecov.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/codecov.yml b/codecov.yml index db2472009c..8aa743e7b6 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1 +1,4 @@ +codecov: + notify: + after_n_builds: 10 comment: off