We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c319706 commit 1e6d676Copy full SHA for 1e6d676
.coveralls.yml
@@ -0,0 +1,2 @@
1
+coverage_clover: ./clover.xml
2
+json_path: ./coveralls-upload.json
.travis.yml
@@ -11,3 +11,5 @@ before_script:
11
- composer install -n --dev --prefer-source
12
13
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
14
+
15
+after_script: vendor/bin/coveralls -v
composer.json
@@ -20,7 +20,8 @@
20
"league/url": "~3.0"
21
},
22
"require-dev": {
23
- "omnipay/tests": "~2.0"
+ "omnipay/tests": "~2.0",
24
+ "satooshi/php-coveralls": "dev-master"
25
26
"extra": {
27
"branch-alias": {
0 commit comments