Completed
Pull Request — master (#7)
by Louis
35:15 queued 23:32
created

Checkout Config

filter:
    excluded_paths:
        - src/Tests/*

build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=coverage.xml'
                coverage:
                    file: 'coverage.xml'
                    format: 'clover'