Passed
Push — master ( e7622e...9f8807 )
by Jaime
02:32
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