build: nodes: analysis: project_setup: override: - 'true' tests: override: - command: './vendor/bin/phpunit --coverage-clover ~/artifacts/clover.xml' coverage: file: ~/artifacts/clover.xml format: clover filter: excluded_paths: - 'tests/*' tools: php_code_coverage: true