ryanluker / vscode-coverage-gutters

Display test coverage generated by lcov and xml - works with many languages
https://marketplace.visualstudio.com/items?itemName=ryanluker.vscode-coverage-gutters
MIT License
454 stars 88 forks source link

[feat] Report per-file uncovered lines under `PROBLEMS` tab like `markis.code-coverage` #399

Open loynoir opened 1 year ago

loynoir commented 1 year ago

Is your feature request related to a problem? Please describe. https://marketplace.visualstudio.com/items?itemName=markis.code-coverage

markis.code-coverage have summary report under PROBLEMS tab.

But ryanluker.vscode-coverage-gutters seems have no summary report.

Describe the solution you'd like Report per-file uncovered lines under PROBLEMS tab like markis.code-coverage command show code coverage.

  "coverage-gutters.summaryReport": boolean

Describe alternatives you've considered

Additional context https://github.com/markis/vscode-code-coverage

ryanluker commented 1 year ago

@loynoir Thanks for the ticket! Can you see if the preview coverage feature will meet your needs? https://github.com/ryanluker/vscode-coverage-gutters/issues/324 note we have no great docs yet, so the issue referenced above would probably give you the most insight atm.

loynoir commented 1 year ago

@ryanluker

Do you mean "coverage gutters: preview coverage report"?

I know that command, which have great UI.

But cannot jump back to source code like markis.code-coverage.

ryanluker commented 1 year ago

@ryanluker

Do you mean "coverage gutters: preview coverage report"?

I know that command, which have great UI.

But cannot jump back to source code like markis.code-coverage.

Gotcha, thanks for the clarity! I think this feature is similar to the other feature asks like the one below, they probably can get done together even 🤔. In the meantime I have assigned this to v3.0.0 but it could get done sooner if someone takes it on. https://github.com/ryanluker/vscode-coverage-gutters/issues/151