Completed
Push — master ( e78733...dfbd0e )
by Franck
17:20 queued 02:25
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: {  }