Passed
Push — master ( a2983d...01499e )
by Carlo
40s queued 10s
created

Checkout Config

inherit: true
checks:
    php: true
filter:
    excluded_paths:
        - 'composer.lock'
        - 'vendor/*'
        - 'Tests/*'
build_failure_conditions:
    - 'elements.rating(< D).new.exists'
    - 'project.metric_change("scrutinizer.test_coverage", < -0.01)'
build:
    environment:
        php: '7.1'
        mysql: false
        memcached: false
        node: false
        mongodb: false
        redis: false
        postgresql: false
        elasticsearch: false
        neo4j: false
        rabbitmq: false
        variables:
            SYMFONY_DEPRECATIONS_HELPER: 'weak'
    tests:
        override:
            -
                command: 'php vendor/bin/phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'php-clover'
    nodes:
        tests: true
        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Repository Config

imports:
    - php

Global Config

checks:
    php: true
build_failure_conditions:
    - 'issues.severity(>= MAJOR).new.exists'
filter:
    excluded_paths:
        - src/*Tests*
        - src/*/*/*/Tests/*
        - vendor/*
        - bin/*
        - app/*
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: false