1
0
mirror of https://github.com/danog/math.git synced 2024-11-27 04:14:40 +01:00

Added coveralls.io configuration

This commit is contained in:
Benjamin Morel 2014-08-31 16:42:11 +02:00
parent 7f547a9d37
commit 016b1388f5
3 changed files with 10 additions and 1 deletions

View File

@ -11,3 +11,10 @@ matrix:
before_script:
- composer install
script:
- mkdir -p build/logs
- phpunit --coverage-clover build/logs/clover.xml
after_script:
- php vendor/bin/coveralls -v

View File

@ -4,6 +4,7 @@ Brick\Math
Provides the `BigInteger` and `BigDecimal` classes to work with arbitrary precision numbers.
[![Build Status](https://secure.travis-ci.org/brick/math.png?branch=master)](http://travis-ci.org/brick/math)
[![Coverage Status](https://coveralls.io/repos/brick/math/badge.png?branch=master)](https://coveralls.io/r/brick/math?branch=master)
Installation
------------

View File

@ -15,7 +15,8 @@
"php": ">=5.5"
},
"require-dev": {
"phpunit/phpunit": "3.7.*"
"phpunit/phpunit": "*",
"satooshi/php-coveralls": "dev-master"
},
"autoload": {
"psr-4": {