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: Fix handling of uppercase connection names #539

Closed linuxdaemon closed 5 years ago

codecov[bot] commented 5 years ago

Codecov Report

Merging #539 into gonzobot will increase coverage by 0.35%. The diff coverage is 97.97%.

Impacted file tree graph

@@             Coverage Diff              @@
##           gonzobot     #539      +/-   ##
============================================
+ Coverage     45.68%   46.03%   +0.35%     
============================================
  Files           216      219       +3     
  Lines         13025    13096      +71     
============================================
+ Hits           5950     6029      +79     
+ Misses         7075     7067       -8
Impacted Files Coverage Δ
tests/plugin_tests/test_optout.py 100% <100%> (ø)
plugins/chan_track.py 61.74% <100%> (-0.28%) :arrow_down:
cloudbot/util/mapping.py 100% <100%> (ø)
tests/core_tests/util_tests/test_mapping.py 100% <100%> (ø)
plugins/core/optout.py 22.64% <71.42%> (+1.99%) :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 153adcf...251eb72. Read the comment docs.