Passed
Push — master ( 6f216e...49c0b8 )
by Dmitry
42s queued 10s
created

Checkout Config

filter:
    excluded_paths:
        - vendor/*
        - Tests/*

checks:
    php:
        code_rating: true
        duplication: true

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

Repository Config

# language: php

# tests: true