filter:
    excluded_paths: [tests/*]
checks:
    php:
        code_rating: true
tools:
    external_code_coverage:
        timeout: 600
        runs: 3
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true