Describe the bug
A clear and concise description of what the bug is.
The test folder (when structured in the same way as the bricks) is reported as changed in the view when running poetry poly diff.
This can be confusing, since it is not a brick that is used in the projects.
To Reproduce
Steps to reproduce the behavior:
- Make changes in a unit test.
- Run
poetry poly diff
- the
test folder is reported in the table view.
Expected behavior
The poly diff command should only highlight changes in bricks and map them to usage in the projects.
Describe the bug
A clear and concise description of what the bug is.
The
testfolder (when structured in the same way as the bricks) is reported as changed in the view when runningpoetry poly diff.This can be confusing, since it is not a brick that is used in the projects.
To Reproduce
Steps to reproduce the behavior:
poetry poly difftestfolder is reported in the table view.Expected behavior
The
poly diffcommand should only highlight changes in bricks and map them to usage in the projects.