Skip to content

Commit 6b5bf0f

Browse files
committed
Add simple_mode parameter to CoverItem constructor
Signed-off-by: yongjunhong <[email protected]>
1 parent 870d90b commit 6b5bf0f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: src/fosslight_scanner/fosslight_scanner.py

+2-1
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,8 @@ def run_scanner(src_path, dep_arguments, output_path, keep_raw_data=False,
189189
cover = CoverItem(tool_name=PKG_NAME,
190190
start_time=_start_time,
191191
input_path=abs_path,
192-
exclude_path=path_to_exclude)
192+
exclude_path=path_to_exclude,
193+
simple_mode=False)
193194
cover.comment = merge_cover_comment(_output_dir, merge_files)
194195

195196
if output_extension == ".xlsx":

0 commit comments

Comments
 (0)