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