Passed
Pull Request — master (#5)
by Anton
03:02
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true

build:
  environment:
    php:
      version: 7.1
  tests:
    override:
      - command: vendor/bin/codecept run unit --coverage-xml=build/clover.xml
        coverage:
          file: tests/_output/build/clover.xml
          format: clover

filter:
  excluded_paths:
    - "./tests"

Repository Config

build:
    nodes:
        analysis:
            project_setup:
                override:
                    - 'true'
            tests:
                override:
                    - php-scrutinizer-run
                    -
                        command: phpcs-run
                        use_website_config: true
        tests: true
checks:
    php: true
coding_style:
    php: {  }
filter: {  }