Completed
Push — master ( 0f341b...3e6c76 )
by Tobias
21:32
created

Checkout Config

filter:
    excluded_paths: [vendor/*, Tests/*]
checks:
    php:
        code_rating: true
        duplication: true
tools:
    external_code_coverage:
        timeout: 1200    # Timeout in seconds.

Repository Config

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