Skip to content

Commit

Permalink
Fix code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexMax committed Dec 28, 2023
1 parent f69bff3 commit 603ada6
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 127 deletions.
6 changes: 3 additions & 3 deletions tests/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ enable_testing()
set(TEST_SOURCES
"${CMAKE_CURRENT_SOURCE_DIR}/test_bufreader.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/test_bufwriter.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/test_bytes.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/test_container.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/test_core.cpp"
"${CMAKE_CURRENT_SOURCE_DIR}/test_file.cpp"
Expand Down Expand Up @@ -70,8 +69,9 @@ if(CODE_COVERAGE)
include(CodeCoverage)
append_coverage_compiler_flags_to_target(lexio_test)
setup_target_for_coverage_lcov(
NAME test_coverage
NAME lexio_test_cov
EXECUTABLE lexio_test
DEPENDENCIES lexio_test
EXCLUDE "build/*" "tests" "/usr/include/*")
EXCLUDE "build/*" "tests" "/usr/include/*"
LCOV_ARGS --ignore-errors mismatch)
endif()
124 changes: 0 additions & 124 deletions tests/test_bytes.cpp

This file was deleted.

0 comments on commit 603ada6

Please sign in to comment.