Passed
Branch master (310a02)
by n
02:54
created

Checkout Config

filter:
    paths:
        - src/*
checks:
    php:
        code_rating: true
        duplication: true
build:
    tests:
        override:
            -
                command: 'composer coverage'
                coverage:
                    file: 'build/coverage.clover'
                    format: 'clover'

Repository Config

# language: php