Skip to content

Commit 84282bd

Browse files
committed
Configure coverage testing
1 parent eecf3e8 commit 84282bd

File tree

1 file changed

+16
-9
lines changed

1 file changed

+16
-9
lines changed

.smalltalk.ston

+16-9
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,18 @@
11
SmalltalkCISpec {
2-
#loading : [
3-
SCIMetacelloLoadSpec {
4-
#baseline : 'FileSystem',
5-
#directory : 'src',
6-
#load : [ 'tests' ],
7-
#platforms : [ #squeak ],
8-
#useLatestMetacello : true
9-
}
10-
]
2+
#loading : [
3+
SCIMetacelloLoadSpec {
4+
#baseline : 'FileSystem',
5+
#directory : 'src',
6+
#load : [ 'tests' ],
7+
#platforms : [ #squeak ],
8+
#useLatestMetacello : true
9+
}
10+
],
11+
#testing : {
12+
#packages : [ 'FS-Tests-*' ],
13+
#coverage : {
14+
#packages : [ 'FS-AnsiStreams', 'FS-Core', 'FS-Disk', 'FS-FileDirectory-Adapters', 'FS-Memory' ],
15+
#format : #coveralls
16+
}
17+
}
1118
}

0 commit comments

Comments
 (0)