From: gggeek Date: Sun, 22 Mar 2015 11:41:30 +0000 (+0000) Subject: Add badges with code coverage results for scrutinizer and code-climate X-Git-Tag: 4.0.0-alpha^2~133 X-Git-Url: http://git.onelab.eu/?a=commitdiff_plain;h=ca1f975d1fca1ff738a239081e48541f0f465e79;p=plcapi.git Add badges with code coverage results for scrutinizer and code-climate --- diff --git a/NEWS b/NEWS index 236358c5..fc174fb8 100644 --- 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 diff --git a/README.md b/README.md index 037b73f6..7f431208 100644 --- 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 ==============