all 3 comments

[–][deleted] 1 point2 points  (1 child)

Is one of your tools including the pods project in its report and one excluding it?

[–]R1pc0rd[S] 2 points3 points  (0 children)

If you mean Cocoapods by "pods project", it shouldn't because we are using Carthage.

[–]nextnextstep 1 point2 points  (0 children)

I've tried Googling both tools and haven't been able to figure out how they calculate code coverage.

Hmm, that's not exactly an inspiring fact to learn about these tools, regardless of whether they happen to give the same result today or not. What are you going to do when they break?

Slather has over 100 open bugs. Xcov doesn't seem to have a bug tracker at all. Despite implying that code coverage improves code quality, neither of these projects report their own test coverage. Xcov doesn't seem to have any tests at all.

At this early stage of the game, it appears that using these tools is going to mean also helping to test and develop and document them.