diff options
author | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:08:49 +0200 |
---|---|---|
committer | Ciro Mattia Gonano <ciromattia@gmail.com> | 2013-09-13 15:08:49 +0200 |
commit | 2766d84f07e5065785458399dd2db9b8ff45001e (patch) | |
tree | 54532dfc11d187b2d60c8c21103fa9b3bbc3b8f6 | |
parent | efa2cbbb93efe996605436bdb2277f9879afd376 (diff) |
Add coveralls and scrutinizer
-rw-r--r-- | README.md | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -4,8 +4,10 @@ PRADO is a component-based and event-driven programming framework for developing PRADO stands for PHP Rapid Application Development Object-oriented. [![Build Status](https://travis-ci.org/pradosoft/prado.png?branch=master)](https://travis-ci.org/pradosoft/prado) +[![Coverage Status](https://coveralls.io/repos/pradosoft/prado/badge.png?branch=master)](https://coveralls.io/r/pradosoft/prado?branch=master) +[![Scrutinizer Quality Score](https://scrutinizer-ci.com/g/pradosoft/prado/badges/quality-score.png?s=af8900c6d4649fb5c44d3c7dffd431bf546550ad)](https://scrutinizer-ci.com/g/pradosoft/prado/) -# A Word Of Warning +## A Word Of Warning Prado migration to Github is still in progress, please refer to the original [issue tracker](https://code.google.com/p/prado3/issues/list) or the [forum](http://www.pradoframework.com/forum) |