Must-share information (formatted with Markdown):
- which versions are you using (SonarQube, Scanner, Plugin, and any relevant extension)
- I am using latest sonar cloud
- what are you trying to achieve
- I want to just see the percentage of test coverage of a portion of all files, like I want to just see the code coverage of just business logic files, excluding UI.
- what have you tried so far to achieve this
- I have already using manual trigger with sonar scanner from my CI. I have followed https://github.com/SonarSource/sonar-scanning-examples/tree/master/swift-coverage
- I can see test coverage but it includes all files to calculate the result.