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
Coverage of a ES6 transpiled code does not display properly, because babel adds some additional lines which are not covered.
We could try to updated istanbul version and check if it helps. We could also try https://github.com/douglasduteil/isparta to show the coverage in the ES6 files, not transpiled.
Also, if it does not help we could decide whether we want to keep using istanbul, or there is a better project.
The text was updated successfully, but these errors were encountered:
Coverage of a ES6 transpiled code does not display properly, because babel adds some additional lines which are not covered.
We could try to updated istanbul version and check if it helps. We could also try https://github.com/douglasduteil/isparta to show the coverage in the ES6 files, not transpiled.
Also, if it does not help we could decide whether we want to keep using istanbul, or there is a better project.
The text was updated successfully, but these errors were encountered: