for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
inherit: true before_commands: - "composer install --no-dev --prefer-source" tools: external_code_coverage: enabled: true timeout: 600 runs: 1
filter: excluded_paths: - 'features/*' checks: php: true coding_style: php: { }