From 06534d712725f36a515e3b7edede26f20f7dac91 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 15 Oct 2019 02:33:17 +0200 Subject: [PATCH 1/4] [WIP] ci: codecov: require_ci_to_pass: yes Delays notification (and hopefully status) until CI has passed. --- codecov.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index a0a308588e2..ed154034302 100644 --- a/codecov.yml +++ b/codecov.yml @@ -3,5 +3,6 @@ coverage: project: true patch: true changes: true - comment: off +notify: + require_ci_to_pass: yes From 02683d240228471b667ffafad2d4dcd83f14da26 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 15 Oct 2019 13:12:31 +0200 Subject: [PATCH 2/4] codecov.notify.after_n_builds: 6 --- codecov.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/codecov.yml b/codecov.yml index ed154034302..e4b5345982c 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,8 +1,9 @@ +codecov: + notify: + after_n_builds: 6 coverage: status: project: true patch: true changes: true comment: off -notify: - require_ci_to_pass: yes From c4249e010724ab50c0fdb2371c3e0063ce5082cc Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 15 Oct 2019 16:47:14 +0200 Subject: [PATCH 3/4] TEST: 7 --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index e4b5345982c..17d4fe18d5d 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,6 @@ codecov: notify: - after_n_builds: 6 + after_n_builds: 7 coverage: status: project: true From 46e3a39133636f7cf2bd469132bd8ee80ff66dd4 Mon Sep 17 00:00:00 2001 From: Daniel Hahler Date: Tue, 15 Oct 2019 17:57:07 +0200 Subject: [PATCH 4/4] TEST: 700 --- codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/codecov.yml b/codecov.yml index 17d4fe18d5d..5675501a9f2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,6 +1,6 @@ codecov: notify: - after_n_builds: 7 + after_n_builds: 700 coverage: status: project: true