fix(04/04b): load QC_BOTTOM_OK_PCT from thresholds.yaml #9
Reference in New Issue
Block a user
Delete Branch "fix/threshold-yaml-source"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Root cause: iter-1 patch (thresholds.yaml 50->30) had zero effect. Both stages read env var with hardcoded default=50, ignoring thresholds.yaml.
Fix: _load_bottom_ok_pct() reads thresholds.yaml first, fallback env var, fallback 50.
Sanity: GX019817 (26% bottom_visible) passes with threshold=25%. No regression on done segments.
View command line instructions
Checkout
From your project repository, check out a new branch and test the changes.