Another general tidy PR - #259
Conversation
e1d9938 to
9405159
Compare
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #259 +/- ##
==========================================
- Coverage 96.07% 96.03% -0.04%
==========================================
Files 13 13
Lines 994 984 -10
==========================================
- Hits 955 945 -10
Misses 39 39 ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Please can you explain why these have been removed?
There was a problem hiding this comment.
On removing the Types and Models in models.py, We used to have the models for the entities created by builder be of the type GuiComponents, but with the change in the structure of the techui-support.yaml - which the entities are created from, we have had to switch to using a new model called TechUiSupport, also located in models, which closely mirrors the structure of the new techui-support.yaml. With this removed, the tests that concern the GuiComponents have been removed as well.
These old models are no longer needed with the addition of the TechUiSupport model, as they basically do the same thing.
No description provided.