Completed
Pull Request — master (#49)
by Sergey
08:43
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'bin/*'
checks:
    php: {  }

coding_style:
    php: {  }
build:
    environment:
        php:
            version: 7.0.8
    tests:
        override:
            -
                command: './bin/phpchunkit --create-dbs --phpunit-opt="--coverage-clover=phpchunkitcoverage"'
                coverage:
                    file: 'phpchunkitcoverage'
                    format: 'clover'