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
If we could replace coverage.js with an API-compatible module at runtime (cf: custom reporters and transform modules), we could experiment with native v8 coverage without an extra transpile step. In turn, that could plausibly fix #856 as a side-effect.
The text was updated successfully, but these errors were encountered:
I would love to use v8 native coverage. This will happen after we stop supporting node 8 in a few months. I do not want to make coverage pluggable as you can already do that by simply not using lab for coverage...
This thread has been automatically locked due to inactivity. Please open a new issue for related bugs or questions following the new issue template instructions.
lockbot
locked as resolved and limited conversation to collaborators
Jan 9, 2020
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
If we could replace
coverage.js
with an API-compatible module at runtime (cf: custom reporters and transform modules), we could experiment with native v8 coverage without an extra transpile step. In turn, that could plausibly fix #856 as a side-effect.The text was updated successfully, but these errors were encountered: