From 8204dbd4d71d30648417cae3f3613bd858b79e97 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Mon, 22 Jul 2024 19:27:12 +0100 Subject: [PATCH] Add 2-10 branches to protected branches and codecoverage --- .asf.yaml | 4 ++++ codecov.yml | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index b7f7c93361f46..f31ceff2542bb 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -109,6 +109,10 @@ github: required_pull_request_reviews: required_approving_review_count: 1 required_linear_history: true + v2-10-stable: + required_pull_request_reviews: + required_approving_review_count: 1 + required_linear_history: true collaborators: # Max 10 collaborators allowed # https://github.com/apache/infrastructure-asfyaml/blob/main/README.md#assigning-the-github-triage-role-to-external-collaborators diff --git a/codecov.yml b/codecov.yml index 5b5d2e6366181..f83c7cc7dc7e3 100644 --- a/codecov.yml +++ b/codecov.yml @@ -59,6 +59,8 @@ coverage: - v2-8-test - v2-9-stable - v2-9-test + - v2-10-stable + - v2-10-test if_not_found: success if_ci_failed: error informational: true @@ -92,6 +94,8 @@ coverage: - v2-8-test - v2-9-stable - v2-9-test + - v2-10-stable + - v2-10-test if_no_uploads: error if_not_found: success if_ci_failed: error