filter: excluded_paths: - 'tests/*' - 'vendor/*' checks: php: code_rating: true duplication: true build: environment: php: '7.0.6' tests: override: - command: 'phpunit --coverage-clover=coverage' coverage: file: 'coverage' format: 'clover' tools: php_code_sniffer: config: standard: "PSR2"