Completed
Push — master ( d5abf9...5cdc59 )
by Andrew
02:26
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
        - 'vendor/*'
checks:
    php:
        code_rating: true
        duplication: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=coverage'
                coverage:
                    file: 'coverage'
                    format: 'clover'
tools:
    php_code_sniffer:
        config:
            standard: "PSR2"