From 971326d2293d2cd7d0d06d40367432a30e8fa15f Mon Sep 17 00:00:00 2001 From: Victor Julien Date: Fri, 29 Nov 2024 11:12:14 +0100 Subject: [PATCH] codecov: expect 5 flags to be submitted Flags are: - unittests - suricata-verify - pcap - livemode - fuzzcorpus This should make sure codecov only adds its report after receiving the results for each of the flags. --- .github/codecov.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/codecov.yml b/.github/codecov.yml index be5b5ea2db78..8c0edbf41177 100644 --- a/.github/codecov.yml +++ b/.github/codecov.yml @@ -1,7 +1,7 @@ codecov: require_ci_to_pass: false notify: - after_n_builds: 3 + after_n_builds: 5 coverage: precision: 2