From 2803db4ab2ed9f4f4c6a8009ae6802e1bf8ce6df Mon Sep 17 00:00:00 2001 From: Johan Brichau Date: Fri, 23 Feb 2024 15:07:38 +0100 Subject: [PATCH] disable code coverage to test pharo12 --- .smalltalk.ston | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index d8328688a..db5f850a0 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -34,10 +34,6 @@ SmalltalkCISpec { }, #include : { #classes : [ #SentButNotImplementedTest , #UndefinedSymbolsTest ] - }, - #coverage : { - #packages : [ 'Seaside*','JQuery*','Javascript*' ], - #format: #lcov - } + } } } \ No newline at end of file