deployer/.scrutinizer.yml

22 lines
323 B
YAML
Raw Normal View History

checks:
php:
code_rating: true
duplication: true
filter:
paths:
- src/*
- recipe/*
- bin/*
2015-02-17 12:40:10 +03:00
excluded_paths:
- src/Resources/*
build:
tests:
override:
-
command: phpunit --coverage-clover=coverage
coverage:
file: coverage
format: php-clover