diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0d03c3..80ce152 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -26,10 +26,3 @@ add_subdirectory(include)
 if(BUILD_TESTING)
   add_subdirectory(tests)
 endif(BUILD_TESTING)
-
-find_package(CoverageReport)
-enable_coverage_report(
-  TARGETS ${COVERAGE_TEST_TARGETS}
-  TESTS ${COVERAGE_TEST_TARGETS}
-  FILTER /usr/include ${CMAKE_BINARY_DIR}/*
-)
