From f00479f6e974deedd960703c5e0c9e416f832d48 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 16 Jul 2018 16:43:24 -0400 Subject: [PATCH] ci(tests): add collection of test coverage to ci --- .circleci/config.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.circleci/config.yml b/.circleci/config.yml index 2fe5ce4c..8a5fed43 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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