Passed
Branch master (c2d422)
by Bastien
14:08 queued 05:51
created

Checkout Config

filter:
    excluded_paths:
        - Tests/*
build:
    tests:
        override:
            -
                command: 'vendor/bin/phpunit --coverage-clover=clover-coverage.xml'
                coverage:
                    file: 'clover-coverage.xml'
                    format: 'clover'

Repository Config

checks:
    php: true
filter: {  }
coding_style:
    php: {  }
build: true