Skip to content

Fix Processed Component Count in Hoppr Reports

Philippe Avilés requested to merge 308-fix-processed-component-count into dev

Checklist

  • Tested locally.
  • Unit tests updated to test changes.

Description

Context

When Hoppr process the same component multiple times, the generated report displays the number of times the components were processed as the number of processed components, which is confusing and incorrect.

Intent

This MR fixes the reported issue by grouping processed components by purl before counting them.

Closes #308 (closed)

Merge request reports