Silenced warnings for IDs not specified by specifying them
Created by: stefanoborini
Specifies the ids for the plugins. Envisage requires them to be defined, or it will issue a warning that it is using a generated id. It is good practice that we do define them, so a new function has been introduced to create them.
Merge request reports
Activity
Filter activity
Created by: codecov-io
Codecov Report
Merging #53 into master will increase coverage by
0.31%
. The diff coverage is100%
.@@ Coverage Diff @@ ## master #53 +/- ## ========================================== + Coverage 76.42% 76.74% +0.31% ========================================== Files 49 49 Lines 666 675 +9 Branches 40 40 ========================================== + Hits 509 518 +9 Misses 146 146 Partials 11 11
Impacted Files Coverage Δ force_bdss/core_plugins/dummy/dummy_plugin.py 78.57% <100%> (+1.64%)
force_bdss/core_mco_driver.py 52.63% <100%> (+8.88%)
force_bdss/ids.py 100% <100%> (ø)
force_bdss/core_evaluation_driver.py 33.33% <100%> (+7.4%)
force_bdss/api.py 100% <100%> (ø)
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 8269138...0f1bfbf. Read the comment docs.
Please register or sign in to reply