Xcode is generating code coverage as 0 alway.
I have put debug points in XCTestCase and inside the fucntion which is tested, yet the code coverage remains 0.
The right gutter where we see the green/red area with iteration count is always red with 0
I have tried changing the settings to gather the coverage.
I have created a sample project and wrote test cases which are working as expected