From 0abae9b962308c153cc0d93c7c23b2fe88c9c515 Mon Sep 17 00:00:00 2001 From: Leon Matthes Date: Fri, 18 May 2018 19:06:23 +0200 Subject: [PATCH] Readded coveralls --- .smalltalk.ston | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) 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' ] + } + } +}