Coverage of Pods Example Project

I'm developing an open-source library, and I want to run XCode 7's new code coverage on my unit tests. You can download the library at https://github.com/zeveisenberg/bonmot if you want to follow along at home.


I opened the example project, went to Prduct -> Scheme -> Manage Scheme, went to the Test pane, and checked the "Gather Coverage Data" box. When I ran my tests, I got coverage data for all the classes in the sample project (cells, views, view controllers, main.m), but nothing for the classes in my library (BONChainLink, BONTextAlignmentConstraint, BONTextConfiguration, UIImage+BonMotUtilities). Has anyone had any luck with this? I tried enabling the "Generate Test Coverage Files" flag in build settings for the Pods Xcode project, but no dice.

Coverage of Pods Example Project
 
 
Q