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

Add cobertura.xml as default file name #429

Closed oscargus closed 8 months ago

oscargus commented 8 months ago

(supporting rust tarpaulin default)

There are probably enough tools defaulting to cobertura.xml to justify including it. Although I do not really know how you reason about these things. https://grep.app/search?q=cobertura.xml (which is not a 100% correct outcome, but you get the idea...)

My particular use case is rust Tarpaulin https://github.com/xd009642/tarpaulin but there are more as seen above.

ryanluker commented 8 months ago

@oscargus Thanks for the pull request! I vaguely remember using the coverage.cobertura.xml default a long time ago, but more defaults don't really hurt the performance, as far as I know, so more the merrier! 😉