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
I find code-coverage is an extremely valuable tool for ensuring that a codebase is well tested. It's also a great way to figure out performance bottlenecks.
newer versions of v8 have built in code coverage, through the inspector API:
It would be really nice if we could figure out a way to expose this functionality out of the gate in deno, with source-map support; something I've been trying to do retroactively in Node.js.
qti3e, schuay, monkingxue, AlvaroBernalG, drawm and 43 morekt3k, kyranet, lasseborly, pedropaulosuzuki, erfanium and 1 more