Passed
Branch 1.0 (d1b628)
by Bastien
05:56
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