Hi,
Well first of all it’s surprising to use both of these:
sonar.junit.reportPaths=dist/test-reports
sonar.junit.reportsPath=dist/test-reports
You should refer to Java Unit Tests and Coverage Results Import documentation for the recommendations on that topic.
That same documentation will show how coverage numbers can be imported, using properties like sonar.jacoco.reportPaths
, which you don’t seem to have defined here (which would explain why down the road you do not get coverage numbers imported in SonarQube).