Completed
Push — master ( a6bdc8...dc87b2 )
by Ducatel
02:27
created

Checkout Config


checks:
    php: true

filter:
    paths: [src/*]
    excluded_paths: [test/*, vendor/*, build/*, docs/*]

build:
    environment:
        php: 7.0.8

    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: {  }