For iOS Swift project, how to ignore files to count unit test coverage?

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

Hello,
Thank you for reaching out.
You can find what you are looking for in this documentation page.
Let us know if you have more question on this.
Alex.

1 Like

thanks
I got the configure sonar.coverage.exclusions.