Skip to content

Commit c4944ff

Browse files
committed
fixed copy artifacts on circle
1 parent 2ab195f commit c4944ff

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

circle.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
test:
22
post:
3-
- cp coverage/ $CIRCLE_ARTIFACTS
3+
- cp -R coverage/ $CIRCLE_ARTIFACTS

0 commit comments

Comments
 (0)