From ed7c1420f7a3b1475d20a97dc6abd34e103c3696 Mon Sep 17 00:00:00 2001 From: Ephraim Anierobi Date: Fri, 14 Apr 2023 12:12:30 +0100 Subject: [PATCH] Add v2-6-test and v2-6-stable to codecov and protected branches --- .asf.yaml | 3 +++ codecov.yml | 4 ++++ 2 files changed, 7 insertions(+) diff --git a/.asf.yaml b/.asf.yaml index e6f9154a5b2a8..5954246e6890a 100644 --- a/.asf.yaml +++ b/.asf.yaml @@ -66,6 +66,9 @@ github: v2-5-stable: required_pull_request_reviews: required_approving_review_count: 1 + v2-6-stable: + required_pull_request_reviews: + required_approving_review_count: 1 collaborators: - auvipy diff --git a/codecov.yml b/codecov.yml index 9258dda0595dd..68d60fd0262c2 100644 --- a/codecov.yml +++ b/codecov.yml @@ -50,6 +50,8 @@ coverage: - v2-4-test - v2-5-stable - v2-5-test + - v2-6-stable + - v2-6-test if_not_found: success if_ci_failed: error informational: true @@ -75,6 +77,8 @@ coverage: - v2-4-test - v2-5-stable - v2-5-test + - v2-6-stable + - v2-6-test if_no_uploads: error if_not_found: success if_ci_failed: error