snoonetIRC / CloudBot

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

Switch client loading to use venusian #453

Closed linuxdaemon closed 5 years ago

linuxdaemon commented 5 years ago

Allows for easier dyanmic loading of decorated classes for registration

codecov[bot] commented 5 years ago

Codecov Report

Merging #453 into gonzobot will increase coverage by 0.54%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           gonzobot     #453      +/-   ##
============================================
+ Coverage     50.42%   50.96%   +0.54%     
============================================
  Files           228      228              
  Lines         13672    13685      +13     
============================================
+ Hits           6894     6975      +81     
+ Misses         6778     6710      -68
Impacted Files Coverage Δ
cloudbot/bot.py 43.85% <100%> (+20.51%) :arrow_up:
tests/core_tests/test_bot.py 100% <100%> (ø) :arrow_up:
cloudbot/clients/irc.py 25.72% <100%> (ø) :arrow_up:
tests/plugin_tests/test_core_connect.py 100% <100%> (ø) :arrow_up:
tests/core_tests/test_client.py 100% <100%> (ø) :arrow_up:
cloudbot/client.py 100% <100%> (ø) :arrow_up:
cloudbot/plugin.py 38.11% <0%> (+3.36%) :arrow_up:
cloudbot/reloader.py 53.52% <0%> (+9.85%) :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 f8cfb59...5256610. Read the comment docs.