Skip to content

Commit

Permalink
Add badges with code coverage results for scrutinizer and code-climate
Browse files Browse the repository at this point in the history
  • Loading branch information
gggeek committed Mar 22, 2015
1 parent fa84f7b commit ca1f975
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 2 additions & 1 deletion NEWS
Expand Up @@ -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
Expand Down
2 changes: 2 additions & 0 deletions 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
==============
Expand Down

0 comments on commit ca1f975

Please sign in to comment.