mattn / go-mastodon

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

More features and some bug fixes #171

Closed RasmusLindroth closed 1 year ago

RasmusLindroth commented 1 year ago

New features

Bug fixes

codecov-commenter commented 1 year ago

Codecov Report

Base: 87.51% // Head: 87.40% // Decreases project coverage by -0.11% :warning:

Coverage data is based on head (2a17549) compared to base (9faaa4f). Patch coverage: 86.04% of modified lines in pull request are covered.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #171 +/- ## ========================================== - Coverage 87.51% 87.40% -0.12% ========================================== Files 15 16 +1 Lines 1354 1437 +83 ========================================== + Hits 1185 1256 +71 - Misses 125 136 +11 - Partials 44 45 +1 ``` | [Impacted Files](https://codecov.io/gh/mattn/go-mastodon/pull/171?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn) | Coverage Δ | | |---|---|---| | [filters.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-ZmlsdGVycy5nbw==) | `96.55% <ø> (ø)` | | | [mastodon.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-bWFzdG9kb24uZ28=) | `73.86% <ø> (ø)` | | | [tags.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-dGFncy5nbw==) | `64.28% <64.28%> (ø)` | | | [streaming\_ws.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-c3RyZWFtaW5nX3dzLmdv) | `94.92% <75.00%> (-1.23%)` | :arrow_down: | | [accounts.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-YWNjb3VudHMuZ28=) | `100.00% <100.00%> (ø)` | | | [lists.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-bGlzdHMuZ28=) | `95.16% <100.00%> (ø)` | | | [notification.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-bm90aWZpY2F0aW9uLmdv) | `80.76% <100.00%> (+1.89%)` | :arrow_up: | | [status.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-c3RhdHVzLmdv) | `82.26% <100.00%> (+1.21%)` | :arrow_up: | | [streaming.go](https://codecov.io/gh/mattn/go-mastodon/pull/171/diff?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn#diff-c3RyZWFtaW5nLmdv) | `97.70% <100.00%> (+0.12%)` | :arrow_up: | Help us with your feedback. Take ten seconds to tell us [how you rate us](https://about.codecov.io/nps?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn). Have a feature suggestion? [Share it here.](https://app.codecov.io/gh/feedback/?utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=mattn)

:umbrella: View full report at Codecov.
:loudspeaker: Do you have feedback about the report comment? Let us know in this issue.