From 051681678b4a6c6996c7c732c4b1573943da0239 Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni Date: Wed, 16 Dec 2020 13:07:22 +0900 Subject: [PATCH] better codecov.yml comments --- codecov.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/codecov.yml b/codecov.yml index b77bde0..06a9122 100644 --- a/codecov.yml +++ b/codecov.yml @@ -1,11 +1,12 @@ codecov: notify: require_ci_to_pass: true - # wait until at all test runners have uploaded a report (see the test job's build matrix) - # otherwise, coverage failures may be shown while some reports are still missing - after_n_builds: 45 # must be the number of coverage report builds + # must be the number of coverage report builds + # notice that this number is for PRs; + # like this we disabled notify on pure branches report + # which is fine I guess + after_n_builds: 45 comment: - # this also configures the layout of PR check summaries / comments layout: "reach, diff, flags, files" after_n_builds: 45 # must be the number of coverage report builds coverage: