Completed
Push — master ( f418ad...ddb003 )
by Ducatel
02:30
created

Checkout Config

checks:
    php: true

filter:
    excluded_paths:
        - tests/*

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

Repository Config

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