Passed
Push — master ( 6200c0...56ad18 )
by Daryl
01:40
created

Checkout Config

# .scrutinizer.yml
build:
    nodes:
        analysis:
            project_setup:
                override: true
            tests:
                override: [php-scrutinizer-run]
tools:
  external_code_coverage: true
filter:
  excluded_paths:
    - "tests/"
    - "RoboFile.php"

Repository Config

# language: php

checks:
    php: true