Skip to content

Make Import Metrics project_counter private

What does this MR do and why?

  • Makes the project_counter method private.
    • It is not referenced outside of this class, so there is no need to expose it to the outside and we can reduce our public surface area.
  • Add general test coverage to the metrics class.

MR acceptance checklist

This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #341626 (closed)

Edited by Doug Stull

Merge request reports