Closed
Description
If the user is using babel-plugin-instrument
for example via Webpack, the window.__coverage__
object only will have information about loaded files. If there are more files that NEVER loaded, our code coverage information will never know about them.
Can we report the code coverage for missed files somehow?