3
votes

I'm trying to get separate Jacoco coverage figures in SonarQube for unit & integration tests.

The docs describes using 'sonar.jacoco.itReportPath', to distinguish integration tests, but it's deprecated and if I use the new 'sonar.jacoco.reportPaths' then it all shows up as unit tests.

How do you get separate coverage figures in a non-deprecated way?

1

1 Answers

7
votes

Actually I've just found an Jira Feature via Release Notes for Version 6.2, basically you can't get separate coverage metrics for unit and integration tests anymore.

Of course I've spent half the day digging in to documentation and only just found it minutes after posting the question :D