Passed
Push — feature/jest ( 4aa035...cfd6ab )
by Florian
02:14
created

Checkout Config

checks:
    javascript: true
filter:
    excluded_paths:
        - test/*
build:
    environment:
        node: '8.4.0'
    tests:
        override:
            -
                command: './node_modules/.bin/jest --config ./build/jest.config.coverage.js'
                coverage:
                    file: './test/unit/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