Display SCCT coverage in Jenkins Display SCCT coverage in Jenkins jenkins jenkins

Display SCCT coverage in Jenkins


We are using the jenkins cobertura plugin. SCCT emits a cobertura-format coverage xml file for each module (I didn't spot at first) and the cobertura plugin collates these. One problem is that the cobertura plugin needed to be downgraded to 1.3 as otherwise it thinks that the mojo hasn't been run and doesn't do anything.


Since this is possible for other coverage tools like cobertura via a jenkins plugin, you could either

  • convert the output of SCCT to something looking like the results of an existing tool and use the matching jenkins plugin.

  • write your own jenkins plugin, possibly borrowing code from existing plugins for other coverage tools.