Completed
Branch master (1b2e78)
by Matt
04:08 queued 01:59
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=billow-coverage'
                coverage:
                    file: 'billow-coverage'
                    format: 'php-clover'
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run
        tests: true