aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--.bzrignore2
-rw-r--r--cmake/lcov.cmake2
2 files changed, 2 insertions, 2 deletions
diff --git a/.bzrignore b/.bzrignore
index b2c3d4b..fa8f70d 100644
--- a/.bzrignore
+++ b/.bzrignore
@@ -7,6 +7,8 @@ cmake_install.cmake
moc_*.cxx
+coverage/
+
tests/client/*.moc
tests/client/actiongrouptest
tests/client/convertertest
diff --git a/cmake/lcov.cmake b/cmake/lcov.cmake
index 5758859..a422094 100644
--- a/cmake/lcov.cmake
+++ b/cmake/lcov.cmake
@@ -63,6 +63,4 @@ ADD_CUSTOM_COMMAND(TARGET lcov
COMMAND echo "Open ${CMAKE_BINARY_DIR}/coverage/index.html to view the coverage analysis results."
WORKING_DIRECTORY ${CMAKE_BINARY_DIR}
)
-ADD_DEPENDENCIES(lcov helloworld)
-