RileyE
RileyE

Reputation: 11084

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.

Upvotes: 1

Views: 516

Answers (1)

orta
orta

Reputation: 4295

Here is a pull request adding coverage to a CocoaPods library

Upvotes: 1

Related Questions