Merge lp:~mardy/online-accounts-api/daemon-coverage into lp:online-accounts-api

Proposed by Alberto Mardegan
Status: Merged
Approved by: James Henstridge
Approved revision: 22
Merged at revision: 25
Proposed branch: lp:~mardy/online-accounts-api/daemon-coverage
Merge into: lp:online-accounts-api
Diff against target: 10 lines (+1/-1)
1 file modified
CMakeLists.txt (+1/-1)
To merge this branch: bzr merge lp:~mardy/online-accounts-api/daemon-coverage
Reviewer Review Type Date Requested Status
James Henstridge Approve
Review via email: mp+300593@code.launchpad.net

Commit message

Enable coverage reporting for the OnlineAccountsDaemon library

This was probably lost when the daemon was turned into a library.

Description of the change

Enable coverage reporting for the OnlineAccountsDaemon library

This was probably lost when the daemon was turned into a library.

To post a comment you must log in.
Revision history for this message
James Henstridge (jamesh) wrote :

Looks great!

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'CMakeLists.txt'
--- CMakeLists.txt 2015-08-28 14:25:23 +0000
+++ CMakeLists.txt 2016-07-20 13:15:54 +0000
@@ -41,6 +41,6 @@
4141
42include(EnableCoverageReport)42include(EnableCoverageReport)
43if(cmake_build_type_lower MATCHES coverage)43if(cmake_build_type_lower MATCHES coverage)
44 ENABLE_COVERAGE_REPORT(TARGETS OnlineAccountsQt OnlineAccountsQML accountd FILTER /usr/include ${CMAKE_SOURCE_DIR}/tests/* ${CMAKE_BINARY_DIR}/*)44 ENABLE_COVERAGE_REPORT(TARGETS OnlineAccountsDaemon OnlineAccountsQt OnlineAccountsQML accountd FILTER /usr/include ${CMAKE_SOURCE_DIR}/tests/* ${CMAKE_BINARY_DIR}/*)
45endif()45endif()
4646

Subscribers

People subscribed via source and target branches