Merge pull request #767 from mozilla/circl

added coverage artifact to circleci
This commit is contained in:
Danny Coates 2018-02-26 10:15:37 -08:00 committed by GitHub
commit 0a0980f9e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

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