Passed
Push — master ( 53cb72...a63a52 )
by Florian
08:04 queued 05:07
created

Checkout Config

checks:
    javascript: true
filter:
    excluded_paths:
        - test/*
        - node_modules/*
        - build/*
        - dist/*
build:
    environment:
        node: '8.9.4'
    tests:
        override:
            -
                command: 'yarn run test:coverage'
                coverage:
                    file: './test/unit/coverage/clover.xml'
                    format: 'clover'

Repository Config

filter:
    excluded_paths:
        - test/*
        - node_modules/*
        - build/*
        - dist/*
checks:
    javascript: true
build:
    nodes:
        analysis:
            environment:
                node:
                    version: 8.9.4
        tests: true