Code Coverage

This commit is contained in:
Matias Navarro Carter
2018-10-12 15:42:02 -03:00
parent 60d13ae2ce
commit fd0ebf5f33
4 changed files with 7 additions and 2 deletions

View File

@@ -32,7 +32,7 @@
}
},
"scripts": {
"test": "@php vendor/bin/phpunit --verbose",
"test": "@php vendor/bin/phpunit --verbose --coverage-text --coverage-clover build/logs/clover.xml",
"style": "@php vendor/bin/php-cs-fixer fix"
}
}