Test Setup Failed
Push — master ( e7dafb...2fb510 )
by Kyungmi
01:15
created

Checkout Config

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

Repository Config

checks:
    javascript: true
build:
    tests:
        override:
            - eslint-run .eslintrc
filter:
    excluded_paths:
        - tests/*