2013/9/10 Michal Čihař michal@cihar.com:
Hi all
I've set up coveralls.io coverage reports:
https://coveralls.io/r/phpmyadmin/phpmyadmin
At this point it really can not replace Jenkins:
- there is very limited way of listing which files to include, so right now the coverage is for everything under libraries/
- their web interface breaks on our source code, so there is no way to browse to file level
On the other side it has nice integration with Travis (testing against multiple PHP versions) and GitHub (comments about coverage change on pull requests).
Looks nice.