romhut / criterion

This project is no longer maintained - Criterion is a Continuous Integration app built in PHP using MongoDB. Criterion is very easy to setup, and you can add GIT repositories from any provider, and run any commands you wish against it.
MIT License
53 stars 6 forks source link

Code Coverage #38

Closed marcqualie closed 3 years ago

marcqualie commented 11 years ago

This would be an awesome addition. We could display one of the badges for how much code coverage a project has, which could be calculated by extending phpunit's code coverage system!

scottrobertson commented 11 years ago

:+1: I agree. Would be really cool. Can you have a look into how it would be done?