Completed
Push — master ( 8b8d43...2147bd )
by Eric
12:54
created

Checkout Config

filter:
    excluded_paths:
        - vendor/*
        - tests/*

checks:
    php:
        code_rating: true
        duplication: true

tools:
    external_code_coverage:
        timeout: 3600
        runs: 4

Repository Config

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