mattn / go-mastodon

mastodon client for golang
MIT License
600 stars 85 forks source link

Fix follower pagination in cmd/mstdn #107

Closed muesli closed 4 years ago

muesli commented 5 years ago

Make sure to reset Pagination's MinID on every iteration, as discussed in #99.

codecov-io commented 5 years ago

Codecov Report

Merging #107 into master will decrease coverage by 0.05%. The diff coverage is 0%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #107      +/-   ##
==========================================
- Coverage   80.02%   79.97%   -0.06%     
==========================================
  Files          29       29              
  Lines        1437     1438       +1     
==========================================
  Hits         1150     1150              
- Misses        200      201       +1     
  Partials       87       87
Impacted Files Coverage Δ
cmd/mstdn/cmd_followers.go 68.18% <0%> (-3.25%) :arrow_down:

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 26fcedc...382a89c. Read the comment docs.

mattn commented 4 years ago

Thank you