filter:
    excluded_paths:
        - Tests/*
checks:
    php: true
    
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: vendor/bin/simple-phpunit --coverage-clover=coverage
                coverage:
                    file: coverage
                    format: php-clover