checks:
php:
code_rating: true
duplication: true
filter:
excluded_paths:
- src/bootstrap.php
build:
environment:
php: '7.1'
dependencies:
before:
- ./install.sh
filter:
excluded_paths:
- 'tests/*'
- 'bin/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
additive: false
build:
tests:
override:
-
command: 'vendor/bin/phpunit --coverage-clover=coverage-file'
coverage:
file: 'coverage-file'
format: 'clover'