From ba0a57ee34c5e309ed7f9d8081fa58887c76d72b Mon Sep 17 00:00:00 2001 From: Giovanni Petrantoni <7008900+sinkingsugar@users.noreply.github.com> Date: Mon, 15 Mar 2021 12:16:01 +0900 Subject: [PATCH] fix reports number --- codecov.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/codecov.yml b/codecov.yml index 25835b9..8b05b17 100644 --- a/codecov.yml +++ b/codecov.yml @@ -5,10 +5,10 @@ codecov: # notice that this number is for PRs; # like this we disabled notify on pure branches report # which is fine I guess - after_n_builds: 25 + after_n_builds: 28 comment: layout: "reach, diff, flags, files" - after_n_builds: 25 # must be the number of coverage report builds + after_n_builds: 28 # must be the number of coverage report builds coverage: status: project: @@ -16,4 +16,4 @@ coverage: # basic settings target: auto threshold: 5% - base: auto \ No newline at end of file + base: auto \ No newline at end of file