Merge pull request #767 from mozilla/circl
added coverage artifact to circleci
This commit is contained in:
commit
0a0980f9e3
|
@ -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 New Issue