From 25fbd26e800057c543619265f6acf943cc34bcb1 Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Mon, 6 Jun 2022 11:08:46 -0500 Subject: [PATCH] Specify number of builds before reporting status on codecov --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 88fb74fc2fa74..7a95f53c5d3f1 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,5 +1,7 @@ codecov: require_ci_to_pass: false + notify: + after_n_builds: 5 comment: false