Passed
Push — master ( 305e5f...a999b9 )
by Gunvor
01:14
created

Checkout Config

checks:
    javascript: true

build:
    dependencies:
        #before:
            #- npm install istanbul   # or add it as part of your package.json

    tests:
        override:
            -
                #command: 'istanbul cover --report clover test.js'
                #command: 'npm run test-scrutinizer'
                command: 'npm test'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'

Repository Config

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