Completed
Push — master ( 6bd4a8...c4104c )
by Ducatel
03:37
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: {  }