I have a unit test that tests my target application. My target application depends on the dynamic structure.
When the code coverage results are returned, it displays the code coverage of the target application, as well as
dynamic structure <
I do not want the dynamic structure to provide code coverage. Is it possible to exclude it?
unit-testing xcode swift3 code-coverage
DerrickHo328
source share