for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
filter: excluded_paths: - vendor/* - test/* build: environment: php: 7.3 tests: override: - command: make phpunit coverage: file: build/coverage.clover format: php-clover
# language: php # tests: true