-
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
SonarQube - 9.5 (build 56709)
Scanner - 4.7.0.2747
Swift, XCTest -
what are you trying to achieve
Include test coverage information -
what have you tried so far to achieve this
Found a convertor but not sure how to use it.
sonar-scanning-examples/xccov-to-sonarqube-generic.sh at master · SonarSource/sonar-scanning-examples · GitHub
You probably want to start at the README here.
1 Like
Hi @Colin,
I am getting this error
Requested but did not find extension point with identifier Xcode.IDEFoundation.IDEResultKitSerializationConverter
when I run
bash xccov-to-sonarqube-generic.sh Build/Logs/Test/*.xcresult/ > sonarqube-generic-coverage.xml
I am using Xcode 13.4.1
This topic was automatically closed 7 days after the last reply. New replies are no longer allowed.