robbiehanson / XMPPFramework

An XMPP Framework in Objective-C for Mac and iOS
Other
5.91k stars 2.09k forks source link

Code Coverage codecov.io #762

Open andresinaka opened 8 years ago

andresinaka commented 8 years ago

@chrisballinger what do you think of adding codecov? so we can track the % of coverage we have and be sure to have an "ok" amount of code covered for new extensions/auth/etc we push?

chrisballinger commented 8 years ago

Never used codecov before. Seems like a decent idea but the coverage will be super low haha.

chrisballinger commented 8 years ago

Or does it also do it per pull request?

nurcahyo commented 8 years ago

Good Idea, for alternative we can Implement our codecoverage report when Continous Integration Server implemented, and use ./vendor/bin/phpunit --coverage-html for Html Report.