build: nodes: analysis: project_setup: override: true tests: override: [php-scrutinizer-run] tests: override: - command: 'vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover' checks: php: code_rating: true duplication: true filter: paths: - src/*
# language: php # tests: true