From 29d54aee78fc43222e12a4cacf123a95c0ade0dc Mon Sep 17 00:00:00 2001 From: Jean-Paul Calderone Date: Thu, 17 Dec 2020 13:08:33 -0500 Subject: [PATCH] What does this setting do? --- .codecov.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/.codecov.yml b/.codecov.yml index 310a40743..166190c5e 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -42,4 +42,7 @@ codecov: token: "abf679b6-e2e6-4b33-b7b5-6cfbd41ee691" notify: - after_n_builds: 23 + # The reference documentation suggests that this is the default setting: + # https://docs.codecov.io/docs/codecovyml-reference#codecovnotifywait_for_ci + # However observation suggests otherwise. + wait_for_ci: true