build:
nodes:
analysis:
tests:
override:
-
command: 'vendor/bin/phpunit'
coverage:
file: build/coverage.xml
format: clover
- phpcs-run
- php-scrutinizer-run
- js-scrutinizer-run
filter:
excluded_paths:
- '*.min.js'
checks:
php: true
javascript: true