From 8cce0a45a8c4be543a22f80a90d16f8deb74aa16 Mon Sep 17 00:00:00 2001 From: Matt Westcott Date: Fri, 30 Jun 2017 17:30:19 +0100 Subject: [PATCH] Disable codecov's require_ci_to_pass mode despite our attempts to fix it with the `after_n_builds` setting, it's still showing spurious fluctuations due to sometimes running elasticsearch tests and sometimes not --- codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/codecov.yml b/codecov.yml index 8aa743e7b6..a7f71cb150 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,4 +1,5 @@ codecov: notify: after_n_builds: 10 + require_ci_to_pass: no comment: off