Passed
Pull Request — master (#14)
by Witold
07:06 queued 04:38
created

Checkout Config

checks:
    php: true
build:
    environment:
        php:
            version: 7.3
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=phpunit-coverage-clover'
                coverage:
                    file: 'phpunit-coverage-clover'
                    format: 'php-clover'

Repository Config

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