build: nodes: coverage: environment: php: 7.3 tests: override: - command: "php -d memory_limit=-1 ./tests/Application/bin/console ca:cl -e test ; XDEBUG_MODE=coverage php ./vendor/bin/phpunit" coverage: file: build/logs/clover.xml format: clover filter: excluded_paths: - 'tests/*' - 'bin/*' - 'features/*' checks: php: true