for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: paths: ["src/*"] excluded_paths: - "tests/*" tools: external_code_coverage: true php_code_coverage: true php_sim: true php_mess_detector: true php_pdepend: true php_analyzer: true php_cpd: true php_code_sniffer: config: standard: "PSR2"