deployer/.scrutinizer.yml

22 lines
328 B
YAML
Raw Normal View History

checks:
php:
code_rating: true
duplication: true
2016-03-13 18:02:47 +01:00
filter:
paths:
- src/*
- recipe/*
- bin/*
build:
2016-03-13 18:02:47 +01:00
environment:
2017-03-16 14:50:34 +07:00
php: '7.0.8'
tests:
override:
-
2017-02-24 23:14:45 +07:00
command: 'php vendor/bin/phpunit --coverage-clover=coverage'
coverage:
file: coverage
format: php-clover