filter: paths: - 'app/*' excluded_paths: - 'app/views/*' - 'app/config/*' - 'app/database/*' - '*.min.js' - '*/vendor/*' - '*/dist/*' checks: php: true javascript: true coding_style: php: spaces: around_operators: concatenation: true build: environment: php: version: '7.1' nodes: analysis: tests: override: - php-scrutinizer-run 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