run coverage on circle ci

This commit is contained in:
Henry Zhu 2017-03-27 14:14:49 -04:00
parent 18bbaa0253
commit 1ada981077
2 changed files with 1 additions and 4 deletions

View File

@ -16,14 +16,11 @@ env:
script: script:
- 'if [ "$JOB" = "test" ]; then make test-ci; fi' - 'if [ "$JOB" = "test" ]; then make test-ci; fi'
- 'if [ "$JOB" = "test-coverage" ]; then make test-ci-coverage; fi'
- 'if [ "$JOB" = "lint" ]; then make lint && make flow; fi' - 'if [ "$JOB" = "lint" ]; then make lint && make flow; fi'
matrix: matrix:
fast_finish: true fast_finish: true
include: include:
- node_js: "7"
env: JOB=test-coverage
- node_js: "node" - node_js: "node"
env: JOB=lint env: JOB=lint

View File

@ -13,4 +13,4 @@ dependencies:
test: test:
override: override:
- make test-ci - make test-ci-coverage