Passed
Push — master ( 62748c...9f0cac )
by Nicolas
02:12
created

Repository Config

filter:
    excluded_paths:
        - Tests/*

checks:
    php: true
    
coding_style:
    php: {  }

build:
    tests:
        override:
            -
                command: vendor/bin/simple-phpunit --coverage-clover=coverage
                coverage:
                    file: coverage
                    format: php-clover