snoonetIRC / CloudBot

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

pager: Allow chunk_size=0 #617

Closed linuxdaemon closed 4 years ago

linuxdaemon commented 4 years ago

With chunk_size=0, return all items at once

codecov[bot] commented 4 years ago

Codecov Report

Merging #617 into gonzobot will increase coverage by 0.13%. The diff coverage is 100%.

Impacted file tree graph

@@             Coverage Diff             @@
##           gonzobot    #617      +/-   ##
===========================================
+ Coverage     54.66%   54.8%   +0.13%     
===========================================
  Files           232     232              
  Lines         14312   14389      +77     
===========================================
+ Hits           7824    7886      +62     
- Misses         6488    6503      +15
Impacted Files Coverage Δ
cloudbot/util/pager.py 100% <100%> (ø) :arrow_up:
tests/plugin_tests/test_optout.py 100% <0%> (ø) :arrow_up:
tests/core_tests/test_plugin_manager.py 100% <0%> (ø) :arrow_up:
plugins/mylife.py 30.64% <0%> (+4.11%) :arrow_up:
plugins/core/optout.py 30.31% <0%> (+7.67%) :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 c6b0c9c...5211f9b. Read the comment docs.