Skip to content

Commit

Permalink
Disabling coverage for individual adapter APIs
Browse files Browse the repository at this point in the history
  • Loading branch information
lukemartinlogan committed May 1, 2023
1 parent aee7410 commit dfccd2f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion adapter/mpiio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -41,5 +41,5 @@ install(
#-----------------------------------------------------------------------------
if(HERMES_ENABLE_COVERAGE)
set_coverage_flags(hermes_mpiio_io_client)
set_coverage_flags(hermes_mpiio)
#set_coverage_flags(hermes_mpiio)
endif()
2 changes: 1 addition & 1 deletion adapter/posix/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -57,5 +57,5 @@ endif()
#-----------------------------------------------------------------------------
if(HERMES_ENABLE_COVERAGE)
set_coverage_flags(hermes_posix_io_client)
set_coverage_flags(hermes_posix)
#set_coverage_flags(hermes_posix)
endif()
2 changes: 1 addition & 1 deletion adapter/stdio/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -58,5 +58,5 @@ endif()
#-----------------------------------------------------------------------------
if(HERMES_ENABLE_COVERAGE)
set_coverage_flags(hermes_stdio_io_client)
set_coverage_flags(hermes_stdio)
#set_coverage_flags(hermes_stdio)
endif()

0 comments on commit dfccd2f

Please sign in to comment.