Skip to content

Commit

Permalink
added coveralls
Browse files Browse the repository at this point in the history
  • Loading branch information
janatjak committed May 11, 2017
1 parent 5042d94 commit 29dc074
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .coveralls.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# for php-coveralls
service_name: travis-ci
coverage_clover: coverage.xml
json_path: coverage.json
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ install:
script:
- php vendor/bin/phpstan analyse ./src ./tests --level 5
- php vendor/bin/phpcs --standard=PSR2 ./src ./tests
- php vendor/bin/tester tests -p phpdbg --coverage ./coverage.xml --coverage-src ./src
- php vendor/bin/tester ./tests -p phpdbg --coverage ./coverage.xml --coverage-src ./src

after_script:
# Report Code Coverage
Expand Down

0 comments on commit 29dc074

Please sign in to comment.