Completed
Branch master (d6a79d)
by Emil
08:21 queued 04:06
created

Checkout Config

checks:
    javascript: true

build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run

    tests:
        override:
            -
                command: 'npm test'
                coverage:
                    file: 'coverage/clover.xml'
                    format: 'clover'

Repository Config

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