Passed
Push — master ( 246919...b26b8a )
by Mike
06:25 queued 02:19
created

Checkout Config

filter:
  dependency_paths:
    - "tests/_support/_generated/*"

build:
  environment:
    php: '7.1'

  nodes:
    analysis:
      tests:
        override:
          -
            command: 'vendor/bin/codecept run --coverage --coverage-xml'
            coverage:
              file: 'tests/_output/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
filter:
    excluded_paths:
        - 'bin/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true