commit | 509ca629dcf67fb5fd8723ec07fd1e6205549085 | [log] [tgz] |
---|---|---|
author | Patrick Venture <venture@google.com> | Thu Mar 07 12:32:09 2019 -0800 |
committer | Patrick Venture <venture@google.com> | Thu Mar 07 12:32:31 2019 -0800 |
tree | 5f1af7d3ff5061f7fd4bcbcceae0d14d8c133f65 | |
parent | 9b7c979b26b009d1863593c79a85aad2092f2bf7 [diff] [blame] |
add .lcovrc file Add missing coverage configuration file. Change-Id: I551cb2fe29fd00e7a4bc6876fd7a64f456a0c513 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