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)