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?