From ae10fc3de4ed9eb30822291731190b66e23318dd 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 be5b5ea2db..8c0edbf411 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 -- 2.47.2