From 367897ef6b488183f0e2e3791e30f669c63aa05d Mon Sep 17 00:00:00 2001 From: Garrett Delfosse Date: Mon, 6 Jun 2022 11:25:51 -0500 Subject: [PATCH] Specify number of builds before reporting status on codecov (#2094) --- .github/codecov.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/codecov.yml b/.github/codecov.yml index 88fb74fc2f..7a95f53c5d 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