Passed
Push — master ( ed6f63...eefa8c )
by Mario
02:23
created

Checkout Config

filter:
    paths:
        - "lib/*"
    excluded_paths:
        - 'tests/'
        - 'doc/'
        - 'build/'
        - 'vendor/'

checks:
    php: true

build:
    environment:
        php:
            version: 7.1
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'clover'

tools:
    external_code_coverage: false

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
            environment:
                node:
                    version: 6.0.0
filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true