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