deployer/.scrutinizer.yml
2015-02-17 13:25:03 +03:00

22 lines
323 B
YAML

checks:
php:
code_rating: true
duplication: true
filter:
paths:
- src/*
- recipe/*
- bin/*
excluded_paths:
- src/Resources/*
build:
tests:
override:
-
command: phpunit --coverage-clover=coverage
coverage:
file: coverage
format: php-clover