Skip to content

Commit 50d06bc

Browse files
committed
ci: persist coverage
1 parent 2be3a26 commit 50d06bc

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

.circleci/config.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,20 +35,32 @@ jobs:
3535
- attach_workspace:
3636
at: ~/project
3737
- run: cd packages/@posva/vuefire-core && yarn test
38+
- persist_to_workspace:
39+
root: ~/project
40+
paths:
41+
- packages/@posva/vuefire-core/coverage
3842

3943
vuefire:
4044
<<: *defaults
4145
steps:
4246
- attach_workspace:
4347
at: ~/project
4448
- run: cd packages/vuefire && yarn test
49+
- persist_to_workspace:
50+
root: ~/project
51+
paths:
52+
- packages/vuefire/coverage
4553

4654
vuexfire:
4755
<<: *defaults
4856
steps:
4957
- attach_workspace:
5058
at: ~/project
5159
- run: cd packages/vuexfire && yarn test
60+
- persist_to_workspace:
61+
root: ~/project
62+
paths:
63+
- packages/vuexfire/coverage
5264

5365
coverage:
5466
<<: *defaults

0 commit comments

Comments
 (0)