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
ci(coverage): fail fast if unit-test LCOV is missing before Codecov upload
Address CodeRabbit on #5966: with disable_search + plugins:noop and
fail_ci_if_error:false, a missing coverage/lcov.info would silently
skip upload while keeping the job green. Require a non-empty LCOV
before upload so generation regressions fail the job; still upload
partial coverage when unit tests fail but LCOV exists.
0 commit comments