X Tutup
Skip to content

Commit 8f18b46

Browse files
author
Johan Brichau
committed
Exclude test packages from coverage analysis
1 parent 4db3366 commit 8f18b46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.smalltalk.ston

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ SmalltalkCISpec {
1616
],
1717
#testing : {
1818
#coverage : {
19-
#packages : [ 'Grease-*' ]
19+
#packages : [ 'Grease-Core', 'Grease-Pharo.*', 'Grease-Squeak.*', 'Grease-GemStone.*' ]
2020
}
2121
}
2222
}

0 commit comments

Comments
 (0)
X Tutup