Commit 6048b00
committed
test_runner: fix lcov BRDA output for ignored branches
Fix BRDA entries appearing in lcov output for branches on lines excluded
by /* node:coverage ignore next */ comments. Branches with all ignored
lines are now excluded from branchReports (matching DA line exclusion
behavior). Ignored branches still count toward coverage statistics but
don't appear in detailed reports.
Fixes: #61586
Signed-off-by: jorge guerrero <grrr.jrg@gmail.com>1 parent 5babc8d commit 6048b00
1 file changed
Lines changed: 16 additions & 10 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
196 | | - | |
197 | | - | |
198 | | - | |
199 | | - | |
200 | | - | |
201 | | - | |
202 | | - | |
203 | | - | |
| 196 | + | |
| 197 | + | |
| 198 | + | |
| 199 | + | |
| 200 | + | |
| 201 | + | |
| 202 | + | |
| 203 | + | |
| 204 | + | |
| 205 | + | |
| 206 | + | |
| 207 | + | |
| 208 | + | |
| 209 | + | |
| 210 | + | |
204 | 211 | | |
| 212 | + | |
205 | 213 | | |
206 | | - | |
207 | | - | |
208 | 214 | | |
209 | 215 | | |
210 | 216 | | |
| |||
0 commit comments