Completed
Push — master ( 4cb7ff...42b3c1 )
by Maxime
50:23 queued 48:24
created

Checkout Config

tools:
    external_code_coverage:
        timeout: 18000  # How long should we wait for code coverage (in seconds).
        runs: 4        # In how many runs have you split your tests?
filter:
    excluded_paths:
        - tests/*

Repository Config

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