Add madge
to CI to track circular dependencies
#2148
Labels
enhancement
New feature or request
priority-medium
Not functioning - next quarter if capacity permits
Technical Debt
Includes Architecture, Code, Testing, Automation debt
v3
Milestone
Is your feature request related to a problem? Please describe.
Currently, we are not tracking dependencies between modules in our codebase. Adding a tool to graph and track these dependencies will help point out circular dependencies, as well as areas where module imports can be adjusted.
Describe the solution you'd like
We have discussed adding the tool
madge
to the CI pipelines. This will generate a visual graph of the module dependencies as well as other useful info.The text was updated successfully, but these errors were encountered: