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