Completed
Push — master ( 77b90b...460650 )
by Dmitry
02:02
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - vendors/*
        - examples/*
        - tests/*
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/coverage_report'
                coverage:
                    file: 'build/coverage_report'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - tests/*
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true