Skip to content

Commit

Permalink
chore(ci): adds coverage artifacts to build env
Browse files Browse the repository at this point in the history
  • Loading branch information
WesleyCharlesBlake committed Mar 13, 2019
1 parent 3f7f3fa commit f50a701
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,10 @@ jobs:
- run:
name: Coverage
command: npm run coverage
- store_artifacts:
path: .coverage
- store_test_results:
path: .coverage

release:
executor: base-node
Expand Down

0 comments on commit f50a701

Please sign in to comment.