for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
build: image: default-bionic environment: php: version: 8.1 ini: 'xdebug.mode': 'coverage' tests: override: - command: 'bin/phpspec run' coverage: file: 'coverage.xml' format: 'php-clover'