Skip to content

Commit dabb227

Browse files
authored
Added coverage badge (#706)
* Added coverage badge * Added missing argument
1 parent a85d229 commit dabb227

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.travis.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,5 +10,6 @@ script:
1010
- composer test-ci
1111

1212
after_success:
13-
- wget https://scrutinizer-ci.com/ocular.phar; php ocular.phar code-coverage:upload --format=php-clover
13+
- wget https://scrutinizer-ci.com/ocular.phar
14+
- php ocular.phar code-coverage:upload --format=php-clover build/coverage.xml
1415

Readme.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
[![Latest Stable Version](https://poser.pugx.org/geocoder-php/maxmind-binary-provider/v/stable)](https://packagist.org/packages/geocoder-php/maxmind-binary-provider)
44
[![Total Downloads](https://poser.pugx.org/geocoder-php/maxmind-binary-provider/downloads)](https://packagist.org/packages/geocoder-php/maxmind-binary-provider)
55
[![Monthly Downloads](https://poser.pugx.org/geocoder-php/maxmind-binary-provider/d/monthly.png)](https://packagist.org/packages/geocoder-php/maxmind-binary-provider)
6+
[![Code Coverage](https://img.shields.io/scrutinizer/coverage/g/geocoder-php/maxmind-binary-provider.svg?style=flat-square)](https://scrutinizer-ci.com/g/geocoder-php/maxmind-binary-provider)
67
[![Quality Score](https://img.shields.io/scrutinizer/g/geocoder-php/maxmind-binary-provider.svg?style=flat-square)](https://scrutinizer-ci.com/g/geocoder-php/maxmind-binary-provider)
78
[![Software License](https://img.shields.io/badge/license-MIT-brightgreen.svg?style=flat-square)](LICENSE)
89

0 commit comments

Comments
 (0)