mattn / go-mastodon

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

Unlambda textContent call #112

Closed muesli closed 4 years ago

muesli commented 5 years ago

textContent already has the right function signature, no need to wrap it.

codecov-io commented 5 years ago

Codecov Report

Merging #112 into master will increase coverage by 0.16%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #112      +/-   ##
==========================================
+ Coverage   80.02%   80.19%   +0.16%     
==========================================
  Files          29       29              
  Lines        1437     1434       -3     
==========================================
  Hits         1150     1150              
+ Misses        200      197       -3     
  Partials       87       87
Impacted Files Coverage Δ
cmd/mstdn/cmd_stream.go 62.12% <ø> (+2.7%) :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 8a48862...08b7fb3. Read the comment docs.

mattn commented 4 years ago

Thank you