I am running test cases in application with enabled code coverage data Xcode 7 Beta 2. But I am able to get only few files coverage data while my all test cases are running succ
This happens because .swift file of your project selected for both targets by default.
Manually select and remove test target for files works for me.