This is an automated email from the ASF dual-hosted git repository.
taragolis 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 8b5a1ff5e9 Add missing `v2-8` branches to codecov.yml (#37094)
8b5a1ff5e9 is described below
commit 8b5a1ff5e9b3ef6941ab932de64dd1c939fcc2fb
Author: Ephraim Anierobi <[email protected]>
AuthorDate: Tue Jan 30 15:01:40 2024 +0100
Add missing `v2-8` branches to codecov.yml (#37094)
The entries in this file should be two but only one part was filled
during the last release. This fixes it
---
codecov.yml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/codecov.yml b/codecov.yml
index d1ed5fb446..68284e9ac0 100644
--- a/codecov.yml
+++ b/codecov.yml
@@ -86,6 +86,8 @@ coverage:
- v2-6-test
- v2-7-stable
- v2-7-test
+ - v2-8-stable
+ - v2-8-test
if_no_uploads: error
if_not_found: success
if_ci_failed: error