Skip to content

Commit ee2d6e6

Browse files
committed
Add the result to project extra_data
Signed-off-by: ziad hany <ziadhany2016@gmail.com>
1 parent 7692317 commit ee2d6e6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

scanpipe/pipelines/scan_repo_health.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ def format_metrics_output(self):
127127
"""
128128
Format the GrimoireLab metrics output by extracting the repository URL,
129129
score, and metrics from the generated JSON and overwriting it with a
130-
simplified structure.
130+
simplified structure, and updating the project's extra data.
131131
"""
132132
if not self.metrics_output_path.exists():
133133
raise FileNotFoundError(

0 commit comments

Comments
 (0)