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

[Documentation] Example Java Gradle Project #440

Closed EagleoutIce closed 2 months ago

EagleoutIce commented 3 months ago

Is your feature request related to a problem? Please describe. I had difficulties in finding a starting point for using the extension with gradle.

Describe the solution you'd like A new Java Example for gradle would be nice.

Describe alternatives you've considered I think, extending #369 would be fine as well!

Additional context If desired, I can create the example project / extend the quickstart documentation.

ryanluker commented 2 months ago

@EagleoutIce Thanks for the ticket! We always welcome contributions and improvements, so no worries there.

I have also merged the quickstart readme you pinged me on so that can be extended as well (maybe include a link from the main readme still).

We have example projects here using maven but you probably already found those, thus your want for gradle examples.

ryanluker commented 2 months ago

@EagleoutIce Thanks for the contribution!