I’m using sonarqube community 8.8 and Cobertura 2.0 plugin and I ran analysis for maven and ant projects. I was wondering for maven projects it need to add the same plugin? Or did I need other plugin? Is any difference? Several times I can not see the coverage report.
If you’re having trouble specifically with Cobertura, I’d suggest reaching out to the plugin maintainer at galexandre/sonar-cobertura. If you’re having trouble with any coverage formats listed in our docs (note that support for a coverage tool is language-specific), you’re in the right place to get help.
Just to be clear – importing .exec style reports via sonar.jacoco.reportPaths is deprecated (in fact, removed since long before 8.8. I’m going to issue a PR on the docs to remove the reference). Importing JaCoCo XML coverage reports is supported.