Skip to content

fixing sonar jacoco plugin

Juan F. Esteban Müller requested to merge site.ess.devel.jacoco into site.ess.master

Previously we were using the jacoco.exec binary files, which are not supported anymore by SonarQube. This MR re-enables JaCoCo code coverage report on SonarQube by generating an aggregated jacoco.xml file.

Merge request reports