Checkout Config
checks:
php: true
coding_style:
php: { }
filter:
excluded_paths: ["bin/*", "tests/*", "vendor/*"]
build:
environment:
php:
version: "7.0.4"
tests:
override:
-
command: "composer validate"
override:
-
command: "php bin/phpunit -c phpunit.xml --colors=always --verbose --coverage-clover=coverage.xml"
coverage:
file: "coverage.xml"
format: "php-clover"
Repository Config
filter:
excluded_paths:
- 'tests/*'
checks:
php: true
coding_style:
php:
spaces:
around_operators:
concatenation: true
build: true