Completed
Pull Request — master (#2)
by
unknown
03:42
created

Checkout Config

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }