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
Run Jasmine tests with coverage report enabled. The report it creates has coverage warnings highlighted, but they are all in the wrong (seemingly random) places:
I'm not sure if this is actually a CLI problem, or an Istanbul problem, or a source map problem, or some combination. I've tried turning on and off sourceMap and evalSourceMap, but it doesn't seem to affect the results.
Desired functionality
Correct coverage report output.
The text was updated successfully, but these errors were encountered:
I should also add that you can see this if you generate a fresh project with 6.1.1, add something simple like a method with an if block in the AppComponent, and run a test with coverage:
Bug Report or Feature Request (mark with an
x
)Command (mark with an
x
)Versions
Windows 10, Node 8.11.3, NPM 5.6.0, CLI 6.1.1
Repro steps
Run Jasmine tests with coverage report enabled. The report it creates has coverage warnings highlighted, but they are all in the wrong (seemingly random) places:
I'm not sure if this is actually a CLI problem, or an Istanbul problem, or a source map problem, or some combination. I've tried turning on and off
sourceMap
andevalSourceMap
, but it doesn't seem to affect the results.Desired functionality
Correct coverage report output.
The text was updated successfully, but these errors were encountered: