I am working on a Swift project's test coverage. The final coverage shows Entity+CoredataProperties classes as not covered. These are autogenerated files of a Core Data entity. Is there any way to exclude these files from test coverage? Or should I try to write test cases for them too?