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
This commit is contained in:
parent
f3be68d164
commit
09d20360a9
@ -59,3 +59,8 @@ install(DIRECTORY automation
|
|||||||
DESTINATION tools/model_optimizer
|
DESTINATION tools/model_optimizer
|
||||||
COMPONENT tests
|
COMPONENT tests
|
||||||
EXCLUDE_FROM_ALL)
|
EXCLUDE_FROM_ALL)
|
||||||
|
|
||||||
|
install(FILES .coveragerc
|
||||||
|
DESTINATION tests/model_optimizer
|
||||||
|
COMPONENT tests
|
||||||
|
EXCLUDE_FROM_ALL)
|
||||||
|
Loading…
Reference in New Issue
Block a user