diff options
author | Patrick Venture <venture@google.com> | 2019-03-06 13:23:42 -0800 |
---|---|---|
committer | Patrick Venture <venture@google.com> | 2019-03-07 07:33:09 -0800 |
commit | a2efc76b21b6a0349850c9ce3a0e25f1dc4d9c0d (patch) | |
tree | 33d51beab3841a9952d4f33932188f69689990c0 /.lcovrc | |
parent | fb808d116407442d8cace6bcc484f3144c6c11ef (diff) | |
download | phosphor-ipmi-blobs-a2efc76b21b6a0349850c9ce3a0e25f1dc4d9c0d.tar.gz phosphor-ipmi-blobs-a2efc76b21b6a0349850c9ce3a0e25f1dc4d9c0d.zip |
build: enable code coverage
Enable code coverage for the project. Valgrind not enabled in this
step.
Change-Id: I439d58b23d2bc29d6f602600319074c8fd8c04d6
Signed-off-by: Patrick Venture <venture@google.com>
Diffstat (limited to '.lcovrc')
-rw-r--r-- | .lcovrc | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -0,0 +1,3 @@ +geninfo_gcov_all_blocks = 1 +lcov_function_coverage = 1 +lcov_branch_coverage = 0 |