From cb0f4dff87ce9f095d2e56160996499e5cb0ec02 Mon Sep 17 00:00:00 2001 From: Pedro Algarvio Date: Thu, 16 Jan 2020 12:57:42 +0000 Subject: [PATCH] Apply the suggestion given by the codecov team --- .codecov.yml | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.codecov.yml b/.codecov.yml index 2b63ab37903..518d477f622 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -7,6 +7,9 @@ codecov: notify: require_ci_to_pass: yes # Less spammy. Only notify on passing builds. + after_n_builds: 46 # Only notify after N builds + # This value is the output of: + # sh -c 'echo "$(ls .ci/ | grep kitchen | wc -l)"' ignore: - ^*.py$ # python files at the repo root, ie, setup.py @@ -68,9 +71,9 @@ flags: comment: layout: "reach, diff, flags, files" -# after_n_builds: 46 # Only comment on PRs after N builds -# # This value is the output of: -# # sh -c 'echo "$(ls .ci/ | grep kitchen | wc -l)"' + after_n_builds: 46 # Only comment on PRs after N builds + # This value is the output of: + # sh -c 'echo "$(ls .ci/ | grep kitchen | wc -l)"' behavior: new # Comment posting behaviour # default: update, if exists. Otherwise post new.