filter:
    paths:
        - src/*
build:
    tests:
        override:
            -
                command: 'composer coverage'
                coverage:
                    file: 'build/coverage.clover'
                    format: 'clover'
                    filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }