Completed
Push — master ( eb0085...79ccfb )
by André
02:29 queued 44s
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true
    tests:
        override:
            -
                command: './node_modules/.bin/istanbul cover --report clover --dir reports/coverage src/*.js'
                coverage:
                    file: 'reports/coverage/clover.xml'
                    format: 'clover'
checks:
    javascript: true

Repository Config

checks:
    javascript: true
build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true