From 09d20360a97c210e08e460e121ea0337de8cc43e Mon Sep 17 00:00:00 2001 From: Alina Kladieva Date: Fri, 1 Oct 2021 13:34:07 +0300 Subject: [PATCH] Add MO coveragerc to tests install pkg (#7707) * Add MO coveragerc to tests install pkg * Use directory install with FILES_MATCHING * Coveragerc to tools folder * Update CMakeLists.txt * Use tests/model_optimizer folder --- model-optimizer/CMakeLists.txt | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/model-optimizer/CMakeLists.txt b/model-optimizer/CMakeLists.txt index 8c8e70a5204..0f7f2bffa62 100644 --- a/model-optimizer/CMakeLists.txt +++ b/model-optimizer/CMakeLists.txt @@ -59,3 +59,8 @@ install(DIRECTORY automation DESTINATION tools/model_optimizer COMPONENT tests EXCLUDE_FROM_ALL) + +install(FILES .coveragerc + DESTINATION tests/model_optimizer + COMPONENT tests + EXCLUDE_FROM_ALL)