prudhvi
(prudhviraj)
September 26, 2019, 7:53am
1
Must-share information (formatted with Markdown ):
which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension) — sonarqube 7.8 enterprise edition
what are you trying to achieve sonar --code coverage for ios
what have you tried so far to achieve this – show case code coverage details in sonarqube
Could you please share the parameters for sonarqube for code coverage so that we can place them in jenkins.
mpaladin
(Massimo Paladin)
September 26, 2019, 8:49am
2
Hi @prudhvi ,
I invite you to read the following guides and adapt to your configuration:
1 Like
prudhvi
(prudhviraj)
October 6, 2019, 1:33pm
3
@mpaladin , using fastlane we have generated the code coverage xcov results in html format. But we are unable to upload into sonarqube. could you please help us on this
Thanks.
mpaladin
(Massimo Paladin)
October 7, 2019, 7:18am
4
Hi @prudhvi ,
you cannot use the html
format. What version of Xcode are you using?
prudhvi
(prudhviraj)
October 7, 2019, 7:32am
5
We are using xcode 10&11 and we using fastlane to generate the xcov results
mpaladin
(Massimo Paladin)
October 7, 2019, 8:34am
6
Hi @prudhvi ,
please follow [Coverage & Test Data] Generate Reports for Swift for Xcode 10. Regarding Xcode 11 the guide is going to come soon as the coverage format changed in such version.