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 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?
The text was updated successfully, but these errors were encountered:
If the user is using
babel-plugin-instrument
for example via Webpack, thewindow.__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?
The text was updated successfully, but these errors were encountered: