deployer/.scrutinizer.yml
2017-02-24 23:14:45 +07:00

24 lines
369 B
YAML

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