Skip to content

Commit be1e4f1

Browse files
committed
Added code coverage reporting to travis
1 parent f632822 commit be1e4f1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
"scripts": {
4141
"test": [
42-
"phpunit",
42+
"phpunit --coverage-text",
4343
"phpcs"
4444
],
4545
"cs-fix": "php-cs-fixer fix .",

0 commit comments

Comments
 (0)