X Tutup
Skip to content

Commit 9b2f812

Browse files
author
Johan Brichau
committed
Added coveralls integration to give it a spin
1 parent ea7b5dd commit 9b2f812

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.smalltalk.ston

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,9 @@ SmalltalkCISpec {
1313
#load : [ 'Tests' ],
1414
#platforms : [ #gemstone ]
1515
}
16-
]
16+
],
17+
#testing : {
18+
#coverage : {
19+
#packages : [ 'Grease-*' ]
20+
}
1721
}

0 commit comments

Comments
 (0)
X Tutup