Completed
Branch master (a8ecd1)
by Matt
08:35 queued 04:21
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