Skip to content

Backend: Improve test coverage to avoid always using the same repository for projects create(:project, :repository)

Summary

As a result of a regression due to a feature flag rollout, some corrective action steps were identified to help improve our codebase in the future. One step was to improve our test coverage to avoid always using the same repository for projects create(:project, :repository)

Proposal

Additional details

Some relevant technical details, if applicable, such as:

  • Does this need a feature flag?
  • Is there an example response showing the data structure that should be returned (new endpoints only)?
  • What permissions should be used?
  • Is this EE or CE?
    • EE
    • CE
  • Additional comments:

Links/References