deployer/.scrutinizer.yml
Anton Medvedev 29a643b623 v7
2020-05-16 18:02:17 +03:00

22 lines
326 B
YAML

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