test: add code coverage report (#3312)

This commit is contained in:
Erdem MEYDANLI
2020-08-18 16:34:45 +02:00
committed by GitHub
parent ffd03582c9
commit 9e5c3f78af
3 changed files with 23 additions and 5 deletions

View File

@@ -19,5 +19,5 @@ add_test(
NAME
unit
COMMAND
${CMAKE_BINARY_DIR}/${CMAKE_INSTALL_BINDIR}/unit_tests
${CMAKE_BINARY_DIR}/src/test/unit_tests
)