snoonetIRC / CloudBot

CloudBot - The simple, fast, expandable, open-source Python IRC Bot!
GNU General Public License v3.0
67 stars 52 forks source link

Refactor plugin manager loading #497

Closed linuxdaemon closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #497 into gonzobot will increase coverage by 1.33%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           gonzobot     #497      +/-   ##
============================================
+ Coverage     51.36%   52.69%   +1.33%     
============================================
  Files           229      231       +2     
  Lines         13758    13957     +199     
============================================
+ Hits           7067     7355     +288     
+ Misses         6691     6602      -89
Impacted Files Coverage Δ
plugins/ignore.py 19.27% <ø> (ø) :arrow_up:
cloudbot/event.py 66.51% <ø> (ø) :arrow_up:
cloudbot/plugin_hooks.py 100% <100%> (ø)
tests/core_tests/test_plugin_hooks.py 100% <100%> (ø) :arrow_up:
tests/core_tests/test_plugin_manager.py 100% <100%> (ø)
cloudbot/hook.py 100% <100%> (ø) :arrow_up:
cloudbot/plugin.py 48.05% <100%> (+9.93%) :arrow_up:

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 985e1bf...d843bfe. Read the comment docs.