Skip to content

Commit

Permalink
Fixing coverage exclude path.
Browse files Browse the repository at this point in the history
  • Loading branch information
pascalhorton committed Jun 13, 2024
1 parent ad1ce85 commit 22883af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -154,7 +154,7 @@ if (USE_CODECOV)
setup_target_for_coverage_lcov(
NAME code-coverage
EXECUTABLE UnitTests
EXCLUDE "/usr/*" "test/*" "_deps/*" "bin/*" "*/lib/*" "*/include/*" "*/.conan/*" "${PROJECT_SOURCE_DIR}/tests/src/*" "${CMAKE_BINARY_DIR}/_deps/*"
EXCLUDE "/usr/*" "test/*" "_deps/*" "bin/*" "*/lib/*" "*/include/*" "*/.conan/*" "${PROJECT_SOURCE_DIR}/test/src/*" "${CMAKE_BINARY_DIR}/_deps/*"
DEPENDENCIES UnitTests)
endif (USE_CODECOV)

Expand Down

0 comments on commit 22883af

Please sign in to comment.