for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true build: tests: override: - command: vendor/bin/phpunit --coverage-xml=coverage.xml coverage: file: coverage.xml format: clover filter: paths: - 'src/*' - 'tests/*'