Passed
Branch master (5646b8)
by compolom
04:06 queued 01:36
created

Checkout Config

filter:
    excluded_paths:
        - "extra/"
        - "tests/"
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build:
    tests:
        override:
          -
            command: 'php ./vendor/bin/phpunit --coverage-clover=coverage-clover'
            coverage:
              file: 'coverage-clover'
              format: 'php-clover'

Repository Config

filter:
    excluded_paths:
        - 'test/*'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
build: true