commit | 2f3b4b6b0edb7cd5dc777a9172a8e8edd9872917 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Fri Mar 08 13:22:40 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Fri Mar 08 13:22:40 2019 -0800 |
tree | 53ce30cf2d836031f64c724e04c18655c5ab0009 | |
parent | 2bd7021d9adbcc63fda3d904b24e47820b735bad [diff] [blame] |
build: enable code coverage Enable code coverage for the project. Valgrind not enabled in this step. Change-Id: I519bac32acc58ba388dc3724e187255d3237c085 Signed-off-by: Patrick Venture <venture@google.com>
diff --git a/.lcovrc b/.lcovrc new file mode 100644 index 0000000..360a8b4 --- /dev/null +++ b/.lcovrc
@@ -0,0 +1,3 @@ +geninfo_gcov_all_blocks = 1 +lcov_function_coverage = 1 +lcov_branch_coverage = 0