Completed
Push — master ( 8db6a0...2d8694 )
by Dmitry
03:49 queued 01:43
created

Checkout Config

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

checks:
    php:
        code_rating: true
        duplication: true

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

Repository Config

# language: php

# tests: true