Skip to content

Commit 70f1a42

Browse files
committed
Add comment to cover sheet
1 parent e21ee75 commit 70f1a42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/fosslight_android/android_binary_analysis.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -860,6 +860,7 @@ def main():
860860
cover = CoverItem(tool_name=PKG_NAME,
861861
start_time=now,
862862
input_path=python_script_dir)
863+
cover.comment = f"Total number of binaries: {len(final_bin_info)}"
863864
write_result_to_txt_and_excel(result_excel_file, final_bin_info, result_txt_file, cover)
864865
result_log["Output FOSSLight Report"] = result_excel_file
865866
result_log["Output result text file"] = result_txt_file

0 commit comments

Comments
 (0)