Files
simple-php-router/.scrutinizer.yml
T
2018-03-20 03:38:55 +01:00

14 lines
309 B
YAML

build:
tests:
override:
-
command: './vendor/bin/phpunit --coverage-clover=coverage.clover'
coverage:
file: 'coverage.clover'
format: 'clover'
checks:
php:
code_rating: true
duplication: true