snoonetIRC / CloudBot

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

optout: Don't allow anything in plugins/core/ to be disabled #610

Closed linuxdaemon closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #610 into gonzobot will increase coverage by 0.31%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff              @@
##           gonzobot     #610      +/-   ##
============================================
+ Coverage     54.54%   54.86%   +0.31%     
============================================
  Files           232      232              
  Lines         14208    14343     +135     
============================================
+ Hits           7750     7869     +119     
- Misses         6458     6474      +16
Impacted Files Coverage Δ
tests/plugin_tests/test_optout.py 100% <100%> (ø) :arrow_up:
plugins/core/optout.py 32.29% <100%> (+9.65%) :arrow_up:
plugins/chan_track.py 60.86% <0%> (-4.37%) :arrow_down:
cloudbot/util/web.py 99.54% <0%> (-0.46%) :arrow_down:
tests/plugin_tests/conftest.py 100% <0%> (ø) :arrow_up:
tests/core_tests/test_plugin_manager.py 100% <0%> (ø) :arrow_up:
tests/plugin_tests/test_core_connect.py 100% <0%> (ø) :arrow_up:
tests/core_tests/util_tests/test_web.py 100% <0%> (ø) :arrow_up:
cloudbot/clients/irc.py 30.55% <0%> (+4.56%) :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 b67728b...e1366ff. Read the comment docs.