coverage overlay is not visible
See original GitHub issueEnvironment
-
node -v
: 9.11.1 -
npm -v
: 5.6.0 -
Operating system: Debian
Steps to Reproduce
- clone https://github.com/seanpoulter/vscode-jest-181
- open vscode
Expected Behavior
coverage overlay is visible in the editor.
Actual Behavior
coverage overlay is not visible.
Issue Analytics
- State:
- Created 5 years ago
- Reactions:1
- Comments:9 (3 by maintainers)
Top Results From Across the Web
coverage` rather than `collectCoverage: true` in `jest.config.js ...
Coverage overlay does not appear if coverage was collected with jest --coverage rather than collectCoverage: true in jest.config.js #370.
Read more >No coverage - Visible Community
Visible only runs on Verizon's 4G LTE and 5G networks. If you're in an area that only supports 3G or any other network...
Read more >Enabling Jest Code Coverage Overlay in VS Code - YouTube
This video guides you through enabling Jest code coverage overlay in VS Code. This include specific instructions for Lightning Web ...
Read more >Coverage map not accurate. : r/Visible - Reddit
But the app doesn't show any area of no coverage around Weatherford. The crazy thing was when I bring up signal check pro...
Read more >Clearing coverage highlighting in Eclipse - java - Stack Overflow
For people who are not able to find the coverage view , follow these steps : Go to Windows Menu bar > Show...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@seanpoulter @phra – I spent a few hours and worked it out after this bugged me today – both the lack of markers and the annoyance that the red line is in the wrong place.
Its because the jest executable isn’t switched based on OS, so windows fails when it tries to run the shell script (instead of the ‘cmd’ file). The markers are due to using a hardcoded 0 => 6 column definition in the ‘diagnoses’ visual studio code API, instead of using the ‘whole line’ equivalent.
Let me know if you need a hand. I’m going to close this since I’ve been able to see the code coverage on an Ubuntu image using the example repo - https://github.com/seanpoulter/vscode-jest-181.