Test Failed
Push — master ( 0c1d39...85dba4 )
by Kyungmi
01:37
created

Checkout Config

checks:
  javascript: true
build:
  environment:
    mongodb: '3.2'
  tests:
    override:
      -
        command: 'npm test'
        coverage:
            file: 'coverage/clover.xml'
            format: 'clover'
      - 'npm run lint'
filter:
  excluded_paths:
    - tests/*

Repository Config

# language: javascript