mirror of
https://github.com/ramsey/uuid.git
synced 2026-06-15 16:07:55 +03:00
Adding Coveralls.io integration
This commit is contained in:
+3
-1
@@ -10,4 +10,6 @@ php:
|
||||
before_script:
|
||||
- composer install --dev --prefer-source
|
||||
|
||||
script: ./vendor/bin/phpunit --coverage-text
|
||||
script: ./vendor/bin/phpunit --coverage-text --coverage-clover ./build/logs/clover.xml
|
||||
|
||||
after_script: php vendor/bin/coveralls
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
# Rhumsaa\Uuid for PHP
|
||||
|
||||
[](https://travis-ci.org/ramsey/uuid)
|
||||
[](https://coveralls.io/r/ramsey/uuid)
|
||||
[](https://packagist.org/packages/rhumsaa/uuid)
|
||||
[](https://packagist.org/packages/rhumsaa/uuid)
|
||||
[](https://packagist.org/packages/rhumsaa/uuid)
|
||||
|
||||
+2
-1
@@ -26,7 +26,8 @@
|
||||
"moontoast/math": "~1.1",
|
||||
"symfony/console": "~2.3",
|
||||
"doctrine/dbal": ">=2.3",
|
||||
"phpunit/phpunit": "~3.7"
|
||||
"phpunit/phpunit": "~3.7",
|
||||
"satooshi/php-coveralls": "~0.6"
|
||||
},
|
||||
"bin": ["bin/uuid"],
|
||||
"suggest": {
|
||||
|
||||
Reference in New Issue
Block a user