From 77315db08397dd675a7cea0e4451f323fbf2c674 Mon Sep 17 00:00:00 2001 From: Martin Hierholzer <martin.hierholzer@desy.de> Date: Mon, 4 Jul 2016 10:26:21 +0200 Subject: [PATCH] fix coverage report failing --- include/ScalarAccessor.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/ScalarAccessor.h b/include/ScalarAccessor.h index 9384fe6e..17c812f4 100644 --- a/include/ScalarAccessor.h +++ b/include/ScalarAccessor.h @@ -57,7 +57,7 @@ namespace ChimeraTK { impl->receive(); boost::this_thread::interruption_point(); } - } + } // LCOV_EXCL_LINE this line somehow ends up having a negative counter in the coverage report, which leads to a failure /** Check if an input variable has new data. In case of an output variable, an exception will be thrown. If the * wait_for_new_data access mode flag was not provided when creating the accessor, this function will return -- GitLab