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:
Alina Kladieva 2021-10-01 13:34:07 +03:00 committed by GitHub
parent f3be68d164
commit 09d20360a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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)