Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
loynoir opened this issue Mar 27, 2023 · 3 comments
Milestone

Comments

@loynoir
Copy link

loynoir commented Mar 27, 2023

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
  • If false, behave like current.
  • If true, whenever watcher read new lcov, update summary report under PROBLEMS tab.

Describe alternatives you've considered

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

@loynoir loynoir changed the title Report per-file uncovered lines under PROBLEMS tab like markis.code-coverage [feat] Report per-file uncovered lines under PROBLEMS tab like markis.code-coverage Mar 27, 2023
@ryanluker
Copy link
Owner

@loynoir Thanks for the ticket! Can you see if the preview coverage feature will meet your needs? #324 note we have no great docs yet, so the issue referenced above would probably give you the most insight atm.

@loynoir
Copy link
Author

loynoir commented Apr 3, 2023

@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 ryanluker added this to the 3.0.0 milestone Apr 8, 2023
@ryanluker
Copy link
Owner

@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.
#151

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants