File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 99before_script :
1010 - composer install
1111
12- script : ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist
12+ script :
13+ - ./vendor/bin/phpunit -v --configuration ./phpunit.xml.dist --coverage-clover=coverage.xml
14+
15+ after_success :
16+ - bash <(curl -s https://codecov.io/bash)
Original file line number Diff line number Diff line change @@ -3,6 +3,7 @@ Client Library for PHP
33[ ![ Build Status] ( https://api.travis-ci.org/Nexmo/nexmo-php.svg?branch=master )] ( https://travis-ci.org/Nexmo/nexmo-php )
44[ ![ Latest Stable Version] ( https://poser.pugx.org/nexmo/client/v/stable )] ( https://packagist.org/packages/nexmo/client )
55[ ![ MIT licensed] ( https://img.shields.io/badge/license-MIT-blue.svg )] ( ./LICENSE.txt )
6+ [ ![ codecov] ( https://codecov.io/gh/Nexmo/nexmo-php/branch/master/graph/badge.svg )] ( https://codecov.io/gh/Nexmo/nexmo-php )
67
78* This library requires a minimum PHP version of 5.6*
89
You can’t perform that action at this time.
0 commit comments