Skip to content

Commit

Permalink
fix coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
nkovacs committed Nov 3, 2016
1 parent c50eac0 commit a379e57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .coveralls.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
service_name: travis-ci

coverage_clover: _coverage/index.xml
coverage_clover: _coverage/coverage.xml
json_path: _coverage/coveralls-upload.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ install:
before_script:
- |
if [ $TRAVIS_PHP_VERSION = '5.6' ]; then
PHPUNIT_FLAGS="--coverage-xml=_coverage"
PHPUNIT_FLAGS="--coverage-clover=_coverage/coverage.xml"
fi
script:
- php ./vendor/bin/phpunit $PHPUNIT_FLAGS
Expand Down

0 comments on commit a379e57

Please sign in to comment.