Completed
Push — master ( 88cec9...14f88b )
by Wills
02:11
created

Checkout Config

tools:
  external_code_coverage: true
  php_code_coverage:
    enabled: true
    test_command: ./vendor/bin/phpunit

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        indentation:
            general:
                size: 1