mattn / go-mastodon

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

Add Discoverable and Source to Account & add ability to get pinned posts #147

Closed RasmusLindroth closed 2 years ago

codecov-commenter commented 2 years ago

Codecov Report

Merging #147 (01a4ad5) into master (87278bd) will increase coverage by 0.09%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##           master     #147      +/-   ##
==========================================
+ Coverage   79.69%   79.79%   +0.09%     
==========================================
  Files          31       31              
  Lines        1438     1445       +7     
==========================================
+ Hits         1146     1153       +7     
  Misses        201      201              
  Partials       91       91              
Impacted Files Coverage Δ
accounts.go 100.00% <100.00%> (ø)

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 87278bd...01a4ad5. Read the comment docs.

RasmusLindroth commented 2 years ago

Also add support for pinned posts

mattn commented 2 years ago

Thank you