Code to store artifacts on circle ci

This commit is contained in:
orangemug
2018-01-17 15:44:00 +00:00
parent ad34147f28
commit 0c2934c489
2 changed files with 4 additions and 2 deletions
+2
View File
@@ -25,3 +25,5 @@ jobs:
- run: DOCKER_HOST=localhost npm test
- run: npm run build
- run: ./node_modules/.bin/istanbul report --include /tmp/artifacts/coverage/coverage.json --dir /tmp/artifacts/coverage html lcov
- store_artifacts:
path: /tmp/artifacts