Skip to content

Commit b869ffc

Browse files
authored
Merge pull request #312 from jecisc/improve-coverage-declaration
Improve coverage declaration
2 parents 61818af + 9cf5f0f commit b869ffc

File tree

1 file changed

+1
-14
lines changed

1 file changed

+1
-14
lines changed

.smalltalk.ston

Lines changed: 1 addition & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -11,20 +11,7 @@ SmalltalkCISpec {
1111
#packages : [ 'Math-.*' ]
1212
},
1313
#coverage : {
14-
#packages : [
15-
'Math-A*',
16-
'Math-B*',
17-
'Math-C*',
18-
'Math-D*',
19-
'Math-FunctionFit',
20-
'Math-K*',
21-
'Math-M*',
22-
'Math-N*',
23-
'Math-ODE',
24-
'Math-P*',
25-
'Math-Q*',
26-
'Math-R*',
27-
'Math-TNSE' ]
14+
#packages : [ 'Math-*' ]
2815
}
2916
}
3017
}

0 commit comments

Comments
 (0)