Completed
Pull Request — master (#16)
by Théo
02:49
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - tests/*

tools:
    external_code_coverage:
        timeout: 600
        runs: 2

Repository Config

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