문제

I am attempting to use XcodeCoverage to get code coverage reports but am finding that lines that I know are being executed are not showing in the coverage reports or the raw gcov files. I followed the XcodeCoverage installation guide in multiple projects and am seeing the same results.

I created a sample project that exhibits the same behavior, what am I doing wrong here?

도움이 되었습니까?

해결책

After trying many different things, the answer was to not include the main target's classes in the test target's "Target Membership".

enter image description here

라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top