google / vim-coverage

Apache License 2.0
101 stars 22 forks source link

Implement a Cobertura coverage provider #45

Open mispencer opened 3 years ago

mispencer commented 3 years ago

It would be nice to be able to render coverage from Cobertura files.

I have a simple implementation that could be built on for this.

napsta32 commented 1 year ago

I wonder if this will ever be implemented. With cobertura.xml or jacoco.xml support, most of the programming languages code coverage should be supported.

I wonder if a parser could be implemented for this to work (instead of using a different coverage provider).

mispencer commented 1 year ago

This commit is the implementation I referenced earlier.