for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: excluded_paths: - logs/* - vendor/* - Tests/* checks: php: code_rating: true duplication: true build: tests: override: - command: phpunit coverage: file: logs/coverage/clover.xml format: clover
# language: php # tests: true