Test Failed
Branch master (39205f)
by Philip
04:16
created

Checkout Config

checks:
    javascript: true

build:
    environment:
        mongodb: true

    dependencies:
        before:
            command: nvm install node

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

Repository Config

# language: javascript

# tests: true