for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: nodes: analysis: tests: override: - php-scrutinizer-run tests-and-coverage: tests: override: - command: 'php ./vendor/bin/phpunit --coverage-clover=clover.xml' coverage: file: clover.xml format: clover
# language: php # tests: true