handlebars.php/.scrutinizer.yml

14 lines
329 B
YAML
Raw Normal View History

2013-11-08 11:46:58 +04:00
inherit: true
2014-02-26 21:43:11 +04:00
filter:
paths: [src/*]
excluded_paths: [tests/*]
2013-11-08 11:16:12 +04:00
tools:
2014-09-13 13:28:01 +04:00
php_code_coverage: true
2014-09-13 16:47:09 +04:00
build:
tests:
override:
-
command: 'phpunit --coverage-clover=coverage.xml'
coverage:
file: 'coverage.xml'
format: 'php-clover'