ppparihar / GoTestExplorer

A Go Test Explorer for VS code (https://marketplace.visualstudio.com/items?itemName=premparihar.gotestexplorer)
46 stars 8 forks source link

Missing test coverage gutter for vscode #31

Open Matias-Barrios opened 3 years ago

Matias-Barrios commented 3 years ago

In VS Code, the only way I can see the gutter which indicates code coverage in the files is by manually running the tests through the "Run Tests in package" button and not through the test explorer.

Is there any way to modify this?

In the attached image I am showing with a green arrow the button that DOES trigger the code coverage while in red the one that DOES NOT.

Captura de Pantalla 2020-11-18 a la(s) 16 32 42
jo-me commented 3 years ago

The ability to quickly toggle on/off coverage gutters would be cool as well as the gutter visualization still conflicts with setting breakpoints

Zerotask commented 3 years ago

Would be nice to see code coverage on the left hand side above the list of tests.