From 50bca4374647035990e2225a934bfc18f5511bc7 Mon Sep 17 00:00:00 2001 From: Benoit Verhaeghe Date: Wed, 13 Dec 2023 08:56:20 +0100 Subject: [PATCH] run default tests --- .smalltalk.ston | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 4d4947f..8fad511 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -1,7 +1,10 @@ SmalltalkCISpec { - #testing : { - #failOnZeroTests : false - }, + #testing : { + #coverage : { + #packages : [ 'FAST-Core.*' ], + #format : #lcov + } + }, #loading : [ SCIMetacelloLoadSpec { #baseline : 'FAST',