Passed
Push — master ( 9f8807...60009a )
by Jaime
02:34
created

Checkout Config

filter:
    excluded_paths:
        - tests/*

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

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build: true