Reputation: 437
I'm working iOs app,which uses swift language.It's generating coverage.profdata successfully.But I would like to generate the same thing on SonarQube. Please let me know if you have any ideas!! I tried the below link swift-sonar properties
Upvotes: 0
Views: 649
Reputation: 26843
The SonarQube Swift plugin does not have built-in support to import coverage results.
The only option (and the best one) for you is to use the Generic Coverage Plugin:
Upvotes: 1