build: enable code coverage
Enable code coverage given the tests. The current code coverage
configuration focuses on the lines that are tested, whether they're
tested, versus including missing things. It would seem.
Tested: Ran unit-tests.
Change-Id: Ie9d345de1105e35386d2aeb06cca2788f84db265
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