Xcode 10 code coverage for private functions removed?

Has code coverage for private functions been removed in Xcode 10? or is this now a configuration option.

I cant find any information on this, but previous to updating to Xcode 10 private functions where included in the reports.


Thanks

Replies

We are seeing file private functions no longer getting coverage, as well as possibly some code that Xcode deems trivial, for example a return statement.