filter:
excluded_paths:
- 'app/*'
- 'tests/*'
- 'bin/*'
- 'features/*'
- 'spec/*'
- '*.min.js'
checks:
php: true
javascript: true
coding_style:
php: { }
#build: true
build:
tests:
override:
-
command: 'phpunit --coverage-clover=some-file'
coverage:
file: 'some-file'
format: 'clover'