Passed
Push — feature/jest ( 32d731...1234ef )
by Florian
04:17
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