Completed
Push — master ( 055e4a...58b779 )
by Kyungmi
07:54 queued 05:37
created

Checkout Config

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

Repository Config

# language: javascript