Passed
Push — master ( 0a5a5d...367689 )
by Jaime
02:20
created

Checkout Config

filter:
    excluded_paths:
        - tests/*

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

Repository Config

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