The Code Coverage report generated by XCode 9 seems to be off on some files in my project.
It shows 0% in one of the class file
While when I check the codes it actually covered by the test
It looks like that the coverage report is actually in-sync with the tests???
Environment: Xcode 9.2 Swift 4