I am using Blanket.JS for code coverage and unfortunately it supports generating only lcov strings other than JSON and HTML. But I would like Jenkins to consume the same report but it seems it supports Cobertura.
I am looking for ways to convert this .lcov
report to Cobertura XML. Currently this is the popular tool I have found so far http://eriwen.github.io/lcov-to-cobertura-xml/. But I am not ready to use it as it is Python dependent tool.
Someone please suggest me a way to convert lcov
to Cobertura
.