for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true filter: { } build: environment: php: version: '8' tests: override: - command: 'XDEBUG_MODE=coverage ./vendor/bin/phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'