I have Jenkins running JUnit tests and creating code coverage with Cobertura. This is imported to SonarQube, which shows all JUnit pass/fail and well as code coverage.
In addition to the full code coverage graphs report in SonarQube, I would like to include a timeline graph containing only a subset of the java classes from the coverage report. Haven't found a filter for this. I have found filters only for the full Sonar build, but this would require new Jenkins jobs and SonarQube projects...