build:
    environment:
        php: '7.3'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.clover'
                coverage:
                    file: 'coverage.clover'
                    format: 'clover'
checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - Tests/*
        - Examples/*
        - Documentation/*
                    # language: