Passed
Push — master ( b6054b...2fd7b5 )
by Tim
50s
created

Checkout Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php:
        code_rating: true
        duplication: true
build:
    dependencies:
        override:
            - 'composer install --prefer-source'
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=build/phpunit-report'
                coverage:
                    file: 'build/phpunit-report'
                    format: 'clover'

Repository Config

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

coding_style:
    php: {  }
build: true