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

voonhous pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hudi.git


The following commit(s) were added to refs/heads/master by this push:
     new 44b7ed322575 chore(ci): align Codecov range with 80% target (#19896)
44b7ed322575 is described below

commit 44b7ed322575ba9678ac77d6da7d122ac3635175
Author: voonhous <[email protected]>
AuthorDate: Fri Sep 11 01:23:16 2026 +0800

    chore(ci): align Codecov range with 80% target (#19896)
    
    The dashboard bar is a three-state indicator, not a gradient: red
    below the range lower bound, yellow in between, and green only at
    or above the upper bound. With range "50...100" the bar could
    never be green short of 100% coverage, so it sat yellow at 80.22%.
    
    Set the range to "70...80" so it matches the coverage target the
    project committed to. This is cosmetic only: coverage.range does
    not feed the status checks, which stay informational.
---
 .codecov.yml | 4 +++-
 1 file changed, 3 insertions(+), 1 deletion(-)

diff --git a/.codecov.yml b/.codecov.yml
index 21791ebbd48d..f7b071456b6c 100644
--- a/.codecov.yml
+++ b/.codecov.yml
@@ -28,7 +28,9 @@ codecov:
 coverage:
   precision: 2
   round: down
-  range: "50...100"
+  # Dashboard bars turn green only at or above the upper bound, so an upper
+  # bound of 100 can never be green. 80 is the project coverage target.
+  range: "70...80"
   status:
     # Statuses are informational for now: they surface the delta on each PR 
but do
     # not fail the build. Flip a component to blocking (drop `informational`, 
set a

Reply via email to