for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true filter: { } coding_style: php: { } build: environment: php: 7.0.13 tests: override: - command: 'phpunit --coverage-clover=some-file' coverage: file: 'some-file' format: 'clover'