Test Failed
Push — master ( bbdab8...28d97f )
by Florian
04:57 queued 02:15
created

Checkout Config

checks:
    javascript: true
filter:
    excluded_paths:
        - test/*
build:
    environment:
        node: '8.4.0'
    tests:
        override:
            -
                command: 'istanbul cover --report clover test.js'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - 'build/*'
checks:
    javascript: true
build:
    nodes:
        analysis:
            environment:
                node:
                    version: 6.0.0
        tests: true