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
Since node 10.10.0, code coverage is natively supported. The c8 package use this new feature and report a ~300% performance improvement.
Once this feature has live a little and node is more widely used, we should use it instead of nyc.
The text was updated successfully, but these errors were encountered:
@bcoe Thanks for the heads up. I tried it, but I still have trouble with the coverage value. I've set sourceMap to esm, run c8 ava (which itself require esm) and the result is off.
I'll try to create a minimal reproduction repo and keep you updated.
Hi again @bcoe,
You can try a minimal reproduction of my setup for yourself. I may be doing something wrong, but for now this report a 100% coverage when it should not be.
Since node 10.10.0, code coverage is natively supported. The c8 package use this new feature and report a ~300% performance improvement.
Once this feature has live a little and node is more widely used, we should use it instead of nyc.
The text was updated successfully, but these errors were encountered: