11

I have a unit test that tests my target application. My target application depends on a dynamic framework.

When the code coverage results come back, it lists my target application's code coverage as well as the dynamic framework's

I do not want to get the dynamic framework to give code coverage. Is it possible to exclude it?

DerrickHo328
  • 4,664
  • 7
  • 29
  • 50
  • Does this help? https://stackoverflow.com/questions/33887690/exclude-files-lines-of-code-in-xcode-7-code-coverage – Sunny Tambi Sep 27 '17 at 10:31

1 Answers1

0

Add parameters when using [llvm cov]: -ignore-filename-regex="File path you want to exclude"