filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build:
environment:
docker: true
tests:
before:
- 'make docker'
override:
-
command: 'docker-compose run --rm app sh -c "cd /var/www/html ; ./vendor/bin/phpunit --coverage-clover coverage.xml; (exit $?)"'
coverage:
file: 'coverage.xml'
format: 'clover'