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