I’m uploading ktlint reports and junit test reports (not coverage, just execution) via
sonar.kotlin.ktlint.reportPaths
sonar.junit.reportPaths
Sonarqube tool shows all good, but I just can’t find any UI element in Sonar Cloud where I can check test results (how many tests failed/passed/skipped).
Normally we should have the same UI to visualize this as in SonarQube. You should be able to see your test results in the measures page of your main branch and then under the coverage section, like this:
We have the same issue with sonar.cs.nunit.reportsPaths. I checked the verbose log and the test reports are picked up correctly. Is it still the case that C# tests are not reported? See: