Introduces fast declaration style for factory
Created by: stefanoborini
Makes it faster to define the factory by specifying just the class, factoring out the boilerplate of the reimplementation of the method.
This is backward compatible with the current plugins
Merge request reports
Activity
Filter activity
Created by: codecov[bot]
Codecov Report
Merging #114 into master will increase coverage by
0.19%
. The diff coverage is96.42%
.@@ Coverage Diff @@ ## master #114 +/- ## ========================================== + Coverage 93.71% 93.91% +0.19% ========================================== Files 38 38 Lines 684 772 +88 Branches 41 55 +14 ========================================== + Hits 641 725 +84 Misses 39 39 - Partials 4 8 +4
Impacted Files Coverage Δ force_bdss/ui_hooks/i_ui_hooks_factory.py 100% <100%> (ø)
force_bdss/data_sources/base_data_source.py 100% <100%> (ø)
force_bdss/mco/i_mco_factory.py 100% <100%> (ø)
...ation_listeners/i_notification_listener_factory.py 100% <100%> (ø)
force_bdss/data_sources/i_data_source_factory.py 100% <100%> (ø)
force_bdss/ui_hooks/base_ui_hooks_factory.py 100% <100%> (ø)
..._bdss/mco/parameters/base_mco_parameter_factory.py 100% <100%> (ø)
force_bdss/kpi/i_kpi_calculator_factory.py 100% <100%> (ø)
...on_listeners/base_notification_listener_factory.py 96.77% <94.73%> (-3.23%)
force_bdss/kpi/base_kpi_calculator_factory.py 96.77% <94.73%> (-3.23%)
... and 2 more
Continue to review full report at Codecov.
Legend - Click here to learn more
Δ = absolute <relative> (impact)
,ø = not affected
,? = missing data
Powered by Codecov. Last update 766163d...bf1c4a4. Read the comment docs.
Please register or sign in to reply