Passed
Branch v2 (2e3f75)
by Felipe
03:21
created

Checkout Config

build:
  environment:
    php:
      version: '7.2'

  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override:
          - php-scrutinizer-run --enable-security-analysis
          - phpcs-run

    coverage:
      tests:
        override:
          - command: vendor/bin/phpunit
            coverage:
              file: tests/clover.xml
              format: clover

checks:
  php: true

filter:
  excluded_paths:
    - tests/*

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    nodes:
        analysis:
            project_setup:
                override: ['true']
            tests:
                override: [php-scrutinizer-run]
        tests: true