Skip to content

Commit

Permalink
coverage: attempt to fix exclude paths
Browse files Browse the repository at this point in the history
  • Loading branch information
cwsmith committed Jan 14, 2025
1 parent a846638 commit e5f560f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -202,8 +202,8 @@ if(meshFields_ENABLE_COVERAGE_BUILD)
endif()

set(LCOV_SRC_EXCLUDE_PATHS
"${CMAKE_CURRENT_LIST_DIR}/docs/*"
"${CMAKE_CURRENT_LIST_DIR}/.github/*"
"docs/*"
".github/*"
"${CMAKE_CURRENT_BINARY_DIR}/nvcc_internal_extended_lambda_implementation"
"/tmp/*"
"${Kokkos_DIR}/*"
Expand Down

0 comments on commit e5f560f

Please sign in to comment.