You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(ci): skip validate-tests-merge's global coverage threshold under scoped test selection
Scoped test selection (#ci-scoped-test-selection) runs vitest --changed
across all 3 shards for a miner/mcp/discoveryIndex/backend-only PR, so
merging those shards reconstructs only that narrow subset's coverage,
not the whole suite. validate-tests-merge's global 80% threshold check
assumed a merged-shard total always meant whole-suite coverage and
false-failed a fully-tested, scoped-selection PR as a result. Disables
the threshold in that same case, mirroring the per-shard
COVERAGE_NO_THRESHOLDS pattern already used above it -- Codecov's
patch gate still enforces real per-line coverage on the actual diff
regardless.
0 commit comments