You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@airflow.apache.org by ka...@apache.org on 2021/08/19 01:42:46 UTC

[airflow] branch main updated: Add `v2-*-stable` to codecov branches (#17707)

This is an automated email from the ASF dual-hosted git repository.

kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git


The following commit(s) were added to refs/heads/main by this push:
     new b99d029  Add `v2-*-stable` to codecov branches (#17707)
b99d029 is described below

commit b99d0293037774d8f01eaa5759aa0466ca43ace2
Author: Kaxil Naik <ka...@gmail.com>
AuthorDate: Thu Aug 19 02:42:29 2021 +0100

    Add `v2-*-stable` to codecov branches (#17707)
    
    Remove `v1-*` branches and adds `v2-*` branches
---
 codecov.yml | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/codecov.yml b/codecov.yml
index f6697b2..5ebcdca 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -37,9 +37,9 @@ coverage:
         # advanced
         branches:
           - main
-          - v1-10-stable
-          - v1-10-test
+          - v2-0-stable
           - v2-0-test
+          - v2-1-stable
           - v2-1-test
         if_not_found: success
         if_ci_failed: error
@@ -54,9 +54,9 @@ coverage:
         # advanced
         branches:
           - main
-          - v1-10-stable
-          - v1-10-test
+          - v2-0-stable
           - v2-0-test
+          - v2-1-stable
           - v2-1-test
         if_no_uploads: error
         if_not_found: success