Skip to content

Commit

Permalink
fix exclude
Browse files Browse the repository at this point in the history
  • Loading branch information
victimsnino committed Sep 4, 2022
1 parent d7055a0 commit 31cb658
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/coverage.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set(
-o "${PROJECT_BINARY_DIR}/coverage.info"
-d "${PROJECT_BINARY_DIR}"
--include "${PROJECT_SOURCE_DIR}/*"
--exclude "'/usr/*' '*/tests/*' '*/submodules/*'"
--exclude "*/tests/*"
--gcov-tool "${RPP_GCOV_TOOL}"
CACHE STRING
"; separated command to generate a trace for the 'coverage' target"
Expand Down

0 comments on commit 31cb658

Please sign in to comment.