Skip to content

Commit

Permalink
ci(tests): add collection of test coverage to ci (#33)
Browse files Browse the repository at this point in the history
  • Loading branch information
smithad15 authored Jul 24, 2018
1 parent 62a65c3 commit d047bb2
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 @@ -54,6 +54,10 @@ jobs:
- restore_cache: *repo_cache
- restore_cache: *deps_cache
- run: yarn test:ci
- store_test_results:
path: ./coverage
- store_artifacts:
path: ./coverage

build:
<<: *defaults
Expand Down

0 comments on commit d047bb2

Please sign in to comment.