mattn / go-mastodon

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

Add support for creating polls #141

Closed RasmusLindroth closed 2 years ago

RasmusLindroth commented 2 years ago

This PR makes it possible to create polls when posting a new toot

codecov-commenter commented 2 years ago

Codecov Report

Merging #141 (2ad586e) into master (58c3891) will decrease coverage by 0.40%. The diff coverage is 0.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #141      +/-   ##
==========================================
- Coverage   78.05%   77.65%   -0.41%     
==========================================
  Files          30       30              
  Lines        1358     1365       +7     
==========================================
  Hits         1060     1060              
- Misses        204      210       +6     
- Partials       94       95       +1     
Impacted Files Coverage Δ
mastodon.go 72.66% <ø> (ø)
status.go 70.10% <0.00%> (-2.63%) :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 58c3891...2ad586e. Read the comment docs.

RasmusLindroth commented 2 years ago

I can add some more tests

mattn commented 2 years ago

Thank you.