Completed
Branch master (9161e4)
by Anton
03:40 queued 01:32
created

Checkout Config

build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=clover-data test'
                coverage:
                    file: 'clover-data'
                    format: 'php-clover'

Repository Config

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