advent_of_code_2021/day_15/vendor/blackscorp/astar/.scrutinizer.yml

10 lines
297 B
YAML

build:
environment:
php: '7.0.8'
tests:
override:
-
command: 'php tools/phpunit.phar test --coverage-clover=coverage.xml --whitelist=src'
coverage:
file: 'coverage.xml'
format: 'php-clover'