for testing and deploying your application
for finding and fixing issues
for empowering human code reviews
imports: - php filter: excluded_paths: [vendor/*, test/*] build: nodes: my-tests: environment: php: version: 7.4 tests: override: - command: "make phpunit" coverage: file: "build/coverage.clover" format: "php-clover"
# language: php