Test Failed
Push — master ( e44a8a...ea74be )
by Sergii
01:42
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: 'node ./node_modules/istanbul/lib/cli.js cover _mocha --report clover tests/tests/*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