deployer/.scrutinizer.yml

22 lines
326 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:
2020-04-25 23:00:08 +03:00
php: '7.3'
tests:
override:
-
2017-02-24 23:14:45 +07:00
command: 'php vendor/bin/phpunit --coverage-clover=coverage'
coverage:
file: coverage
format: php-clover