Test Setup Failed
Push — main ( a958a2...ba7f6f )
by ikechukwu
04:10
created

Checkout Config

checks:
    php: true

coding_style:
    php:
        spaces:
            before_parentheses:
                closure_definition: true
            around_operators:
                concatenation: true

build:
    nodes:
        analysis:
            image: default-bionic
            environment:
                php: 8.1
            tests:
                override:
                    - php-scrutinizer-run
        coverage:
          tests:
            override:
              - command: "composer run-script test"
                coverage:
                  file: target/coverage.xml

                  format: clover

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:
        - 'vendor/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                bitwise: false
                concatenation: true