This is an automated email from the ASF dual-hosted git repository.
pnoltes pushed a commit to branch bugfix/zmq_wrong_sender_connections
in repository https://gitbox.apache.org/repos/asf/celix.git
The following commit(s) were added to
refs/heads/bugfix/zmq_wrong_sender_connections by this push:
new 5190d49 Disables coverage setup for pubsub_spi.
5190d49 is described below
commit 5190d49eae729c974b17f5dc0ba51c0c336b7e0f
Author: Pepijn Noltes <[email protected]>
AuthorDate: Mon Jun 29 21:12:10 2020 +0200
Disables coverage setup for pubsub_spi.
---
bundles/pubsub/pubsub_spi/gtest/CMakeLists.txt | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bundles/pubsub/pubsub_spi/gtest/CMakeLists.txt
b/bundles/pubsub/pubsub_spi/gtest/CMakeLists.txt
index faac0ff..5cc80be 100644
--- a/bundles/pubsub/pubsub_spi/gtest/CMakeLists.txt
+++ b/bundles/pubsub/pubsub_spi/gtest/CMakeLists.txt
@@ -20,4 +20,6 @@ add_executable(test_pubsub_spi
)
target_link_libraries(test_pubsub_spi PRIVATE Celix::pubsub_spi GTest::gtest
GTest::gtest_main)
target_compile_options(test_pubsub_spi PRIVATE -std=c++14) #Note test code is
allowed to be C++14
-setup_target_for_coverage(test_pubsub_spi SCAN_DIR ..)
+
+#Seems to be an issue with coverage setup, for now disabled
+#setup_target_for_coverage(test_pubsub_spi SCAN_DIR ..)