8000 Coveralls added · dercoder/omnipay-paysafecard@1e6d676 · GitHub
[go: up one dir, main page]

Skip to content

Commit 1e6d676

Browse files
committed
Coveralls added
1 parent c319706 commit 1e6d676

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

.coveralls.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
coverage_clover: ./clover.xml
2+
json_path: ./coveralls-upload.json

.travis.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,3 +11,5 @@ before_script:
1111
- composer install -n --dev --prefer-source
1212

1313
script: vendor/bin/phpcs --standard=PSR2 src && vendor/bin/phpunit --coverage-text
14+
15+
after_script: vendor/bin/coveralls -v

composer.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,8 @@
2020
"league/url": "~3.0"
2121
},
2222
"require-dev": {
23-
"omnipay/tests": "~2.0"
23+
"omnipay/tests": "~2.0",
24+
"satooshi/php-coveralls": "dev-master"
2425
},
2526
"extra": {
2627
"branch-alias": {

0 commit comments

Comments
 (0)
0