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

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

Closed samuel-barbosa closed 5 years ago

ryanluker commented 5 years ago

@samuel-barbosa thanks for the PR! I was thinking of actually combining the lcov and the xml names into one array you get back from the config store (thinking something like coverageFiles).

This array of files would be defined by default from the settings.json (there you could add your own sets of defaults or use the one I come up with). I will tinker with this over the weekend.

ryanluker commented 5 years ago

@samuel-barbosa thanks again for the PR, I have included a more robust solution in https://github.com/ryanluker/vscode-coverage-gutters/pull/181.