Passed
Push — master ( d43fe1...ccf1c4 )
by Agaletskiy
01:34
created

Checkout Config

checks:
    php:
        code_rating: true
        duplication: true

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

filter:
    excluded_paths:
    - "./tests"

Repository Config

# language: php