Add badges with code coverage results for scrutinizer and code-climate
authorgggeek <giunta.gaetano@gmail.com>
Sun, 22 Mar 2015 11:41:30 +0000 (11:41 +0000)
committergggeek <giunta.gaetano@gmail.com>
Sun, 22 Mar 2015 11:41:30 +0000 (11:41 +0000)
NEWS
README.md

diff --git a/NEWS b/NEWS
index 236358c..fc174fb 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -19,7 +19,8 @@ even though we strongly urge you to use more recent versions.
 * improved: all php code is now formatted according to the PSR-2 standard
 
 * improved: this release is now tested using Travis ( https://travis-ci.org/ ).
-  Tests are executed using all php versions from 5.3 to 7.0 nightly, plus HHVM
+  Tests are executed using all php versions from 5.3 to 7.0 nightly, plus HHVM; code-coverage information
+  is generated using php 5.6 and uploaded to both Code Coverage and Scrutinizer online services
 
 * improved: no need to call anymore $client->setSSLVerifyHost(2) to silence a curl warning when using https
   with recent curl builds
index 037b73f..7f43120 100644 (file)
--- a/README.md
+++ b/README.md
@@ -1,4 +1,6 @@
 [![Build Status](https://travis-ci.org/gggeek/phpxmlrpc.svg?branch=php53)](https://travis-ci.org/gggeek/phpxmlrpc)
+[![Code Climate](https://codeclimate.com/github/gggeek/phpxmlrpc/badges/gpa.svg)](https://codeclimate.com/github/gggeek/phpxmlrpc)
+[![Code Coverage](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/badges/coverage.png?b=php53)](https://scrutinizer-ci.com/g/gggeek/phpxmlrpc/?branch=php53)
 
 XMLRPC for PHP
 ==============