Internal: Run coverage only once (#5182)

This commit is contained in:
Brian Ng
2017-01-21 07:20:03 -06:00
committed by Henry Zhu
parent 3a0d1599cd
commit d76092b2dd
2 changed files with 22 additions and 15 deletions

View File

@@ -49,6 +49,10 @@ test-only:
test: lint test-only
test-ci:
NODE_ENV=test make bootstrap
make test-only
test-ci-coverage:
NODE_ENV=test BABEL_ENV=cov make bootstrap
./scripts/test-cov.sh
./node_modules/.bin/codecov -f coverage/coverage-final.json