Test Setup Failed
Push — master ( 3d2a15...10e90c )
by Alexey
05:48
created

Repository Config

filter:
    paths:
        - 'src/*'
        - 'web/'
    excluded_paths:
        - '*.min.js'
checks:
    php: true
    javascript: true
coding_style:
    php: {  }
build:
    tests:
        override:
            -
                command: 'phpunit --coverage-clover=build/logs/clover.xml'
                coverage:
                    file: 'build/logs/clover.xml'
                    format: 'clover'