Passed
Push — master ( 9f2219...92b030 )
by Paweł
01:59
created

Checkout Config

build:
  nodes:
    analysis:
      project_setup:
        override:
          - 'true'
      environment:
        php:
          version: 7.2
      tests:
        override:
          -
            command: 'vendor/bin/phpunit'
            coverage:
              file: 'build/logs/clover.xml'
              format: 'clover'
checks:
  php:
    code_rating: true
    duplication: true
coding_style:
  php:
    spaces:
      around_operators:
        concatenation: true
filter:
  excluded_paths: [tests/*]

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    -
                        command: 'vendor/bin/phpunit'
                        coverage: 
                            file: 'build/logs/clover.xml'
                            format: 'clover'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
filter: 
    excluded_paths: [tests/*]