From 70258b04ae8fabc27da3295726d84a349afed6bc Mon Sep 17 00:00:00 2001 From: tdcfdbs <68268199+tdcfdbs@users.noreply.github.com> Date: Mon, 5 Jul 2021 18:16:29 +0200 Subject: [PATCH] add parsing package to coverage --- .smalltalk.ston | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index 3117c105..aa69fcc7 100755 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -12,7 +12,7 @@ SmalltalkCISpec { ], #testing : { #coverage : { - #packages : [ 'MarkdownEditor-Core', 'MarkdownEditor-Utilities' ] + #packages : [ 'MarkdownEditor-Core', 'MarkdownEditor-Utilities', 'MarkdownEditor-Parsing' ] }, #exclude : { #classes : [ #MarkdownEditorLintTest ]