checks: php: code_rating: true duplication: true filter: excluded_paths: - tests/* build: nodes: tests: true analysis: tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' - php-scrutinizer-run