added coverage artifact to circleci
This commit is contained in:
parent
c469696687
commit
26c46b8488
1 changed files with 2 additions and 0 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue