deployer/.scrutinizer.yml
2016-03-13 18:02:47 +01:00

24 lines
352 B
YAML

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