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
test_runner: exclude BRDA entries for ignored lines in LCOV reporter
When a line is marked with /* node:coverage ignore next */, the DA entry
for that line is correctly excluded from the LCOV output. However, the
corresponding BRDA entry was still being emitted, causing branch coverage
to report incorrect percentages when using the lcov reporter.
PR-URL: #62740
0 commit comments