Skip to content

Commit

Permalink
Fix the cover comment
Browse files Browse the repository at this point in the history
Signed-off-by: Ethan Lee <[email protected]>
  • Loading branch information
Ethan Lee committed Nov 11, 2024
1 parent 8c9e86e commit 522b1a9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fosslight_source/cli.py
Original file line number Diff line number Diff line change
Expand Up @@ -204,6 +204,7 @@ def create_report_file(
scan_item = ScannerItem(PKG_NAME, _start_time)
scan_item.set_cover_pathinfo(path_to_scan, path_to_exclude)
files_count, removed_files_count = count_files(path_to_scan, path_to_exclude)

scan_item.set_cover_comment(f"Total number of files : {files_count}")
scan_item.set_cover_comment(f"Removed files : {removed_files_count}")

Expand Down

0 comments on commit 522b1a9

Please sign in to comment.