build: tests: override: - command: "vendor/bin/phpunit --coverage-clover clover.xml" coverage: file: 'clover.xml' format: 'php-clover' checks: php: code_rating: true filter: excluded_paths: - tests/* tools: php_code_coverage: test_command: vendor/bin/phpunit
# language: php # tests: true