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
Using babel-plugin-istanbul && --instrument=false which causes babel-plugin-istanbul to generate instrumentation for all files (including test) it shows up in coverage reports.
Earlier when it used to instrument on its own it avoided instrumenting test files. This bahaviour should be brought back. Probably by analyzing covearge before generating report
The text was updated successfully, but these errors were encountered:
Using
babel-plugin-istanbul
&&--instrument=false
which causesbabel-plugin-istanbul
to generate instrumentation for all files (including test) it shows up in coverage reports.Earlier when it used to instrument on its own it avoided instrumenting test files. This bahaviour should be brought back. Probably by analyzing covearge before generating report
The text was updated successfully, but these errors were encountered: