for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: excluded_paths: [tests/*] checks: php: code_rating: true duplication: true build: environment: php: version: 7.3 tests: override: - command: 'make coverage' coverage: file: 'coverage/clover.xml' format: 'php-clover'
# language: php