Test Failed
Push — master ( 588283...272ac7 )
by Sergii
01:41
created

Checkout Config

checks:
    javascript: true
filter:
    excluded_paths:
        - tests/*
        - node_modules/*
build:
    dependencies:
        before:
            - npm install istanbul   # or add it as part of your package.json
    tests:
        override:
            -
                command: 'istanbul cover _mocha --report clover test.js'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'
checks:
    php: true
coding_style:
    php:
        spaces:
            around_operators:
                concatenation: true
            other:
                after_type_cast: false

Repository Config

filter:
    excluded_paths:
        - '*.min.js'
checks:
    javascript: true
build: true