Passed
Push — master ( f5b9c4...00ed18 )
by Rick
10:02 queued 07:26
created

Checkout Config

build:
    tests:
        override:
            - command: vendor/bin/phpunit
              coverage:
                  file: /tmp/coverage.xml
                  format: clover

    nodes:
        tests-php72:
            environment:
                php: 7.2

        tests-php73:
            environment:
                php: 7.3

        analysis:
            tests:
                override:
                    - php-scrutinizer-run

Global Config

build_failure_conditions:
    - 'elements.rating(<= D).exists'        # No classes/methods with a rating of D or worse
    - 'issues.severity(>= MAJOR).exists'    # Issues of major or higher severity