Skip to content

Commit e89e6c0

Browse files
authored
Merge pull request #108 from YongGoose/main
Add simple_mode parameter to CoverItem constructor
2 parents 9e63889 + ad41b82 commit e89e6c0

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Diff for: requirements.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ openpyxl
44
progress
55
pyyaml
66
beautifulsoup4
7-
fosslight_util>=1.4.45
7+
fosslight_util>=1.4.48
88
fosslight_source>=1.7.8
99
fosslight_dependency>=3.15.1
1010
fosslight_binary>=4.1.30

Diff for: src/fosslight_scanner/fosslight_scanner.py

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

196197
if output_extension == ".xlsx":

0 commit comments

Comments
 (0)