Completed
Pull Request — master (#11)
by
unknown
01:44
created

Checkout Config

build:
    nodes:
        analysis:
            tests:
                override:
                    - js-scrutinizer-run
        tests: true
    tests:
        override:
            -
                command: 'node ./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