Skip to content

Commit

Permalink
Exclude test files from coverage command (#5232)
Browse files Browse the repository at this point in the history
* Exclude test files from coverage command

* Exlude compression sources
  • Loading branch information
byrnHDF authored Jan 14, 2025
1 parent 01d5a97 commit 3777724
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions config/cmake/CTestCustom.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,9 @@ set (CTEST_CUSTOM_MEMCHECK_IGNORE
H5WATCH-clearall-objects
H5WATCH-cleanall-objects
)

list (APPEND CTEST_CUSTOM_COVERAGE_EXCLUDE
"/test/"
"/_deps/"
)

0 comments on commit 3777724

Please sign in to comment.