diff --git a/tools/code_coverage/html_templates/table.html b/tools/code_coverage/html_templates/table.html index 0687383fee03f0..e6e38e24c1313b 100644 --- a/tools/code_coverage/html_templates/table.html +++ b/tools/code_coverage/html_templates/table.html @@ -7,15 +7,18 @@ {{ table_entry_type }} - - Line Coverage - + - Function Coverage - + - Region Coverage + Region Coverage + @@ -51,8 +54,54 @@ {% endif %} -{% if table_entry_type == "Component" %} + {% endif %} + diff --git a/tools/code_coverage/run_fuzz_target.py b/tools/code_coverage/run_fuzz_target.py index 4b54822c6d38cc..07ccb5ce40ccff 100755 --- a/tools/code_coverage/run_fuzz_target.py +++ b/tools/code_coverage/run_fuzz_target.py @@ -182,7 +182,7 @@ def _RunWithTimeout(cmd, timeout): # SIGINT, suppress it here to prevent interrupting the script itself. pass - output, error = runner.communicate() + runner.communicate() logging.info('Finished running the fuzz target.')