Fix coverage in tests.

This commit is contained in:
orangemug
2018-01-17 17:36:46 +00:00
parent bc19aea438
commit 0cec0cf595
2 changed files with 14 additions and 16 deletions
+1 -1
View File
@@ -24,6 +24,6 @@ jobs:
- run: mkdir -p /tmp/artifacts/logs
- run: DOCKER_HOST=localhost npm test
- run: npm run build
- run: npm test
- run: ./node_modules/.bin/istanbul report --include /tmp/artifacts/coverage/coverage.json --dir /tmp/artifacts/coverage html lcov
- store_artifacts:
path: /tmp/artifacts