From 7979ab0543ab9a531ae7cf5b980929a2ce8230a4 Mon Sep 17 00:00:00 2001 From: Sylvia Moss Date: Thu, 19 Mar 2020 13:18:03 +0100 Subject: [PATCH] Add after_n_builds to codecov.yml (#8913) --- .codecov.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.codecov.yml b/.codecov.yml index f2afee3a7..baa7b2c17 100644 --- a/.codecov.yml +++ b/.codecov.yml @@ -4,6 +4,7 @@ comment: require_changes: true # only comment on changes in coverage require_base: yes # [yes :: must have a base report to post] require_head: yes # [yes :: must have a head report to post] + after_n_builds: 3 # wait for all OS test coverage builds to post comment branches: # branch names that can post comment - "master"