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
460 stars 88 forks source link

Search for jacoco.xml file regardless of configured Xmlname value #175

Closed samuel-barbosa closed 5 years ago

samuel-barbosa commented 5 years ago

By default, the XML coverage file for Java projects using Jacoco plugin is jacoco.xml. It'd be good if the Coverage-Gutters plugin could automatically recognize it with no need to change the Xmlname configuration