Completed
Push — master ( 5f8423...bce49d )
by Dmitry
01:31
created

Checkout Config

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

checks:
    php:
        code_rating: true
        duplication: true

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

Repository Config

# language: php

# tests: true