Passed
Pull Request — master (#83)
by Jacob
02:26 queued 21s
created

Global Config

checks:
    php:
        code_rating: true
        duplication: true
filter:
    excluded_paths:
        - 'tests/*'
build:
    environment:
        php:
            version: 7.1
    tests:
        override:
            - phpcs-run
            -
                command: 'vendor/bin/phpunit'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'