Completed
Push — master ( e82026...8db6a0 )
by Dmitry
02:14
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