Commit 459df50
authored
fix(signals): drop the stale v8-ignore on buildCollisionReport's pairwise loop (#2714)
codecov/patch flagged the new path-overlap guard at 66.66% because the whole
pairwise loop was wrapped in a v8-ignore comment that predates real per-branch
test coverage for it. Confirmed via the full unsharded suite that removing it
reveals zero new gaps (engine.ts stays at 99.25%/97.94% branch, same 3
pre-existing unrelated uncovered lines) — the loop is fully exercised by the
existing + new collision tests, the ignore was just stale.1 parent 91f137d commit 459df50
1 file changed
Lines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
842 | 842 | | |
843 | 843 | | |
844 | 844 | | |
845 | | - | |
846 | 845 | | |
847 | 846 | | |
848 | 847 | | |
| |||
891 | 890 | | |
892 | 891 | | |
893 | 892 | | |
894 | | - | |
895 | 893 | | |
896 | 894 | | |
897 | 895 | | |
| |||
0 commit comments