Completed
Branch master (c30bd6)
by Romain
02:08
created

Checkout Config

imports:
- php

checks:
  php:
    code_rating: true
    duplication: true

filter:
  excluded_paths:
  - "tests/"
  dependency_paths:
  - "vendor/"

tools:
  php_mess_detector: true
  php_cpd:
    excluded_dirs:
    - tests/
  php_loc:
    excluded_dirs:
    - tests/
  php_pdepend:
    excluded_dirs:
      2: tests/

build:
  nodes:
    analysis:
      project_setup:
        override: true
      tests:
        override: [php-scrutinizer-run]
    coverage:
      tests:
        override:
          - command: 'vendor/bin/phpunit --coverage-clover=clover.xml'
            coverage:
              file: 'clover.xml'
              format: 'clover'
  environment:
    php:
      version: 7.1

Repository Config

# language: php