sonar-swift
sonar-swift copied to clipboard
Wrong junit property reported in sample sonar-project.properties
The documentation point to a sample sonar-project.properties that reports as JUnit property sonar.junit.reportsPath but should be sonar.swift.surefire.junit.reportsPath.
The sonar.junit.reportsPath is not taken into account and try to find TEST-*.xml file under default sonar-reports folder.
I've been struggling with this issue for hours. Thanks for the tip!
Duplicate of #76. A PR should be created to fix this issue.