Remove application and model from bundles. Added plugin reference.
Created by: stefanoborini
Removed application and model from the bundles. The application is still available by traversing the plugin, which is now available and initialized. The model must be passed appropriately to the methods of the created classes.
Merge request reports
Activity
Filter activity
Created by: codecov-io
Codecov Report
Merging #55 into master will increase coverage by
12.89%
. The diff coverage is89.33%
.@@ Coverage Diff @@ ## master #55 +/- ## =========================================== + Coverage 76.74% 89.63% +12.89% =========================================== Files 49 49 Lines 675 666 -9 Branches 40 40 =========================================== + Hits 518 597 +79 + Misses 146 57 -89 - Partials 11 12 +1
Impacted Files Coverage Δ force_bdss/data_sources/data_source_result.py 90.9% <ø> (ø)
force_bdss/data_sources/data_source_parameters.py 85.71% <ø> (ø)
force_bdss/kpi/kpi_calculator_result.py 90.9% <ø> (ø)
force_bdss/core_mco_driver.py 52.63% <0%> (ø)
force_bdss/core_plugins/dummy/dummy_plugin.py 78.57% <0%> (ø)
force_bdss/kpi/base_kpi_calculator_bundle.py 100% <100%> (ø)
...dummy/dummy_kpi_calculator/dummy_kpi_calculator.py 66.66% <100%> (ø)
force_bdss/mco/i_mco_bundle.py 100% <100%> (+30%)
...lugins/dummy/csv_extractor/csv_extractor_bundle.py 100% <100%> (+30.76%)
...ummy/dummy_data_source/dummy_data_source_bundle.py 100% <100%> (+36.36%)
... and 29 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 20df259...6094f11. Read the comment docs.
Please register or sign in to reply