Completed
Push — master ( 2a55de...a8ba96 )
by Maxime
13s queued 10s
created

Checkout Config

checks:
  php:
    code_rating: true
    duplication: true
tools:
  external_code_coverage:
    timeout: 18000 # How long should we wait for code coverage (in seconds)
    runs: 2 # In how many runs have you split your tests
filter:
  excluded_paths:
    - tests/*
    - src/database/*

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }


build:
    nodes:
        analysis:
            tests:
                override:
                    - php-scrutinizer-run