filter: excluded_paths: - 'tests/*' - '*.min.js' - '*/dist/*' - "resources/assets/js/*" - "resources/assets/jquery/*" - "resources/assets/boostrap/*" - "resources/assets/bootstrap-switch/*" - "resources/assets/bootstrap/js/*" - "resources/assets/bootstrap/package.js" - "resources/assets/bootstrap/Gruntfile.js" checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true other: after_type_cast: false build: environment: php: version: '7.1' tests: override: - command: 'vendor/bin/phpunit --coverage-clover=coverage.xml' coverage: file: 'coverage.xml' format: 'clover' after: - bash <(curl -s https://codecov.io/bash) -t a1bcab78-80b1-41fb-9469-18e96820d3d5 nodes: tests: true analysis: tests: override: - command: phpcs-run use_website_config: true