Completed
Push — master ( f10615...9235e3 )
by Antarès
03:00
created

Repository Config

filter:
    excluded_paths:
        - 'tests/*'
checks:
    php: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=tmp/coverage.xml'
                coverage:
                    file: 'tmp/coverage.xml'
                    format: 'php-clover'