From 334fd0b14eafa115b54fd1b7d9605cf91caa96fe Mon Sep 17 00:00:00 2001 From: Romeo Sommerfeld <55324905+rsommerfeld@users.noreply.github.com> Date: Sat, 19 Jun 2021 18:43:03 +0200 Subject: [PATCH] Add UI Package to coverage on master --- .smalltalk.ston | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.smalltalk.ston b/.smalltalk.ston index daed237d2..c3a6add77 100644 --- a/.smalltalk.ston +++ b/.smalltalk.ston @@ -11,7 +11,7 @@ SmalltalkCISpec { ], #testing : { #coverage : { - #packages : [ 'TelegramClient-Core.*' ] + #packages : [ 'TelegramClient-Core.*', 'TelegramClient-UI.*' ] }, #exclude : { #classes : [ #TCTLinterTests ]