Code coverage scrutinizer test

This commit is contained in:
Marcos Zuriaga 2016-10-09 15:14:29 +02:00
parent a45dd19792
commit 71fb3679c1
No known key found for this signature in database
GPG key ID: 7D15585354D072FF

View file

@ -3,4 +3,12 @@ tools:
php_mess_detector: true
php_code_sniffer: true
sensiolabs_security_checker: true
php_code_coverage: true
php_code_coverage: true
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'