cloverage / cloverage

Clojure test coverage tool
Eclipse Public License 2.0
503 stars 99 forks source link

Support Cobertura output? #176

Open didibus opened 7 years ago

didibus commented 7 years ago

At my company, we need have a lot of tools who internally expect Cobertura outputs to perform any kind of coverage analyses. Does Cloverage support an output that mimics Cobertura's?

rm-hull commented 7 years ago

Not directly, but you could output lcov and then use https://eriwen.github.io/lcov-to-cobertura-xml/

AndreaCrotti commented 2 years ago

Just saw this, any change of the support to the cobertura format could be added? It's the format that gitlab requires, would be great if I could do it directly with cloverage. Would you accept PRs adding it?

lvh commented 2 years ago

I'd be happy to review and accept a PR but don't have the resources to do the development.