Passed
Push — master ( d1df71...c2fcdd )
by Aleksandr
01:44
created

Checkout Config

imports:
- php

tools:
    php_sim: false
    php_cpd: false
checks:
    php:
        code_rating: true
        duplication: true

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

Repository Config

imports:
    - php

tools:
    php_sim: false
    php_cpd: false
checks:
    php:
        code_rating: true
        duplication: true

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

Global Config

imports:
    - php

tools:
    php_sim: false
    php_cpd: false
checks:
    php:
        code_rating: true
        duplication: true
build: 
     nodes: 
         analysis: 
             tests: 
                 override: 
                     - php-scrutinizer-run