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