From f0b994ef9c3a0526c4b699c491ccb478bc3847d0 Mon Sep 17 00:00:00 2001 From: Dirk Alders Date: Fri, 29 Aug 2025 16:54:37 +0200 Subject: [PATCH] Added topic to stop execution for testrun with coverage report --- topic.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/topic.py b/topic.py index 88e9d40..65e1f79 100644 --- a/topic.py +++ b/topic.py @@ -1,5 +1,7 @@ from collections import UserString +STOP_EXECUTION_TOPIC = "TESTRUN_WHILE_DEBUG_ON/STOP_EXECUTION" + # # Device TYpe definitions #