Completed
Push — master ( 06d07c...ad4e2e )
by Franck
28:11 queued 13:15
created

Checkout Config

# .scrutinizer.yml #
tools:
    external_code_coverage:
        timeout: 600
        runs: 17

checks:
    php:
        code_rating: true
        duplication: true

filter:
    excluded_paths:
        - 'vendor/*'
        - 'tests/*'
        - 'build/*'
    paths: {  }

Repository Config

# language: php

# tests: true