added coverage artifact to circleci

This commit is contained in:
Danny Coates 2018-02-26 10:09:28 -08:00
parent c469696687
commit 26c46b8488
No known key found for this signature in database
GPG Key ID: 4C442633C62E00CB

View File

@ -32,6 +32,8 @@ jobs:
- run: npm run check - run: npm run check
- run: npm run lint - run: npm run lint
- run: npm test - run: npm test
- store_artifacts:
path: coverage
deploy_dev: deploy_dev:
machine: true machine: true
steps: steps: