Uh oh!
There was an error while loading. Please reload this page.
test_runner: ignore erased TS lines in coverage - #63510
Conversation
nodejs-github-bot
commented
May 23, 2026
Review requested:
|
Fixes: nodejs#54753 Signed-off-by: Matteo Collina <matteo.collina@gmail.com>
ea0e334 to
afed6fcCompareCodecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@## main #63510 +/- ##
==========================================
- Coverage 90.14% 90.11% -0.04%
==========================================
Files 718 718 Lines 227984 228059 +75 Branches 42835 42832 -3 ==========================================
- Hits 205522 205520 -2 - Misses 14235 14318 +83 + Partials 8227 8221 -6
🚀 New features to boost your workflow:
|
atlowChemi
left a comment
There was a problem hiding this comment.
@mcollina what would be the performance price of this change?
mcollina
commented
May 24, 2026
I have no idea tbh, do we have any bench for coverage? I'm mostly focusing on correctness/getting coverage out of experimental. |
atlowChemi
commented
May 24, 2026
I recalled @avivkeller added one, but I can't find one, so I guess we don't 🤷🏽♂️ |
nodejs-github-bot
commented
May 24, 2026
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
nodejs-github-bot
commented
May 28, 2026
Uh oh!
There was an error while loading. Please reload this page.
nodejs-github-bot
commented
May 28, 2026
Landed in 8d0a3b8 |
import typecoverage with--enable-source-mapsFixes: #54753