mattn / go-mastodon

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

Fix ineffectual assignments #111

Closed muesli closed 4 years ago

muesli commented 5 years ago
codecov-io commented 5 years ago

Codecov Report

Merging #111 into master will not change coverage. The diff coverage is n/a.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #111   +/-   ##
=======================================
  Coverage   80.02%   80.02%           
=======================================
  Files          29       29           
  Lines        1437     1437           
=======================================
  Hits         1150     1150           
  Misses        200      200           
  Partials       87       87

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 8a48862...7a3f8c1. Read the comment docs.

mattn commented 4 years ago

Thank you