diff --git a/.smalltalk.ston b/.smalltalk.ston index cdaf7eb..277b43e 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -6,5 +6,11 @@ SmalltalkCISpec { #directory : 'packages', #load : [ 'tests' ] } - ] -} \ No newline at end of file + ], + + #testing: { + #coverage: { + #packages: [ 'Presenter-Core' ] + } + } +}