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?