checks:
php:
code_rating: true
duplication: true
filter: { }
build:
tests:
override:
- phpcs-run --standard=ruleset.xml src -n
-
command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
coverage:
file: 'coverage.xml'
format: 'clover'