handlebars.php/.scrutinizer.yml
2014-09-13 17:17:09 +04:30

14 lines
329 B
YAML

inherit: true
filter:
paths: [src/*]
excluded_paths: [tests/*]
tools:
php_code_coverage: true
build:
tests:
override:
-
command: 'phpunit --coverage-clover=coverage.xml'
coverage:
file: 'coverage.xml'
format: 'php-clover'