Search code examples
ioscode-coveragecocoapodstest-coverage

Code / Test coverage tool for cocoapods?


Is there a tool out there that can check the coverage of a cocoapod repository?

I've taken a look at codeclimate, gcov, gcovr, XcodeCoverage, cocoapods-coverage, but none of them will check the coverage of the cocoapod files, just the default project's classes.


Solution

  • Here is a pull request adding coverage to a CocoaPods library