for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
checks: php: true filter: excluded_paths: - 'tests/*' build: tests: override: - command: './run_tests.sh --coverage-clover=coverage-file' coverage: file: 'coverage-file' format: 'php-clover'
# language: php