From 644776af997c4b301947cd93b70b89ff0c42be79 Mon Sep 17 00:00:00 2001 From: Jakub Sztandera Date: Thu, 16 Feb 2017 01:36:48 +0100 Subject: [PATCH] misc: require two coverage reports to create final report License: MIT Signed-off-by: Jakub Sztandera --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 528e32fc1..2d49566ed 100644 --- a/codecov.yml +++ b/codecov.yml @@ -6,7 +6,7 @@ codecov: - "!ci.ipfs.team" notify: require_ci_to_pass: no - after_n_builds: 1 + after_n_builds: 2 coverage: range: "50...100" comment: off