Skip to content

Commit 878ef0c

Browse files
committed
Add coverall
1 parent aa78111 commit 878ef0c

File tree

4 files changed

+231
-12
lines changed

4 files changed

+231
-12
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ storage/debugbar
1515
doc/generated/*
1616
generatedoc.sh
1717
phpdoc.xml
18+
build/*
1819

1920
# Editors
2021
.sublime-workspace

.travis.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,11 @@ php:
44
- 5.6
55

66
before_script:
7-
- mysql -e 'create database homestead_test;'
87
- composer self-update
98
- composer install --no-interaction
109

1110
script:
12-
- vendor/bin/phpunit
11+
- phpunit --coverage-clover build/logs/clover.xml
12+
13+
after_success:
14+
- travis_retry php vendor/bin/coveralls

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,8 @@
1919
"require-dev": {
2020
"mockery/mockery" : "0.9.*",
2121
"phpunit/phpunit" : "4.7.*",
22+
"satooshi/php-coveralls": "dev-master",
2223
"laravel/laravel": "5.2.*"
23-
2424
},
2525
"autoload": {
2626
"psr-4": {

composer.lock

Lines changed: 225 additions & 9 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)