How to configure/upload coverage reports to SonarCloud.io?

Hello,
I know it has been already a few weeks, do you still face the issue?

Still, here are my attempt to answer your questions:

  1. Are these the correct plugins to use?

From a Sonar tools perspective, it seems that you have everything needed. Concerning the rest, I’m afraid I don’t have enough knowledge to help you there.

  1. How can I generate a coverage report for all modules of my project?

SonarCloud is only importing pre-generated reports, we are not generating them. I don’t think it is possible, but you may want to double-check.

  1. Am I configuring the correct path for xmlReportPaths ?

Either the report is not available at analysis time, or the path is not correct. Typically, I would go for "build/jacoco/jacoco.xml", but of course, it depends on the structure of the project.

I hope this helps.