Skip to content

Commit d047bb2

Browse files
authored
ci(tests): add collection of test coverage to ci (#33)
1 parent 62a65c3 commit d047bb2

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.circleci/config.yml

+4
Original file line numberDiff line numberDiff line change
@@ -54,6 +54,10 @@ jobs:
5454
- restore_cache: *repo_cache
5555
- restore_cache: *deps_cache
5656
- run: yarn test:ci
57+
- store_test_results:
58+
path: ./coverage
59+
- store_artifacts:
60+
path: ./coverage
5761

5862
build:
5963
<<: *defaults

0 commit comments

Comments
 (0)