Skip to content

Commit

Permalink
adds support for coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
sndsgd committed Feb 13, 2015
1 parent 38c45e6 commit c5ac421
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 12 deletions.
3 changes: 3 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
src_dir: src
coverage_clover: tests/coverage-clover.xml
json_path: tests/coverage-coveralls.json
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
.fuse_hidden*
docs
vendor
composer.lock
bin/dev.php
tests/coverage-clover.xml
tests/coverage-coveralls.json
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,5 @@ install:
script:
- phpunit --coverage-clover tests/coverage-clover.xml

after_script:
- bin/aftertest
after_success:
- '[ "5.5" = "$(phpenv version-name)" ] && composer require satooshi/php-coveralls:dev-master && vendor/bin/coveralls -v'
8 changes: 0 additions & 8 deletions bin/aftertest

This file was deleted.

2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
},
"require": {
"php": ">=5.4.0",
"sndsgd/util": "~0.5",
"sndsgd/util": "~0.6",
"sndsgd/event": "~0.5",
"sndsgd/field": "~0.6",
"sndsgd/task": "~0.6"
Expand Down

0 comments on commit c5ac421

Please sign in to comment.