Is it possible to convert a cobertura.xml file to an html report or similar, so it can be viewed locally? I already have it pretty-printing in Jenkins but we need it locally too...
The report has been produced using istanbul/nyc, and the code it's producing coverage for is in node.js.