yukimochi / Activity-Relay

Yet another powerful customizable ActivityPub relay server written in Go.
https://relay.toot.yukimochi.jp/
GNU Affero General Public License v3.0
281 stars 39 forks source link

fix typo #77

Closed danorton closed 1 year ago

danorton commented 1 year ago

Simple typo correction

codecov-commenter commented 1 year ago

Codecov Report

Patch coverage has no change and project coverage change: -7.47 :warning:

Comparison is base (baca1ab) 70.44% compared to head (5ab7540) 62.97%.

:mega: This organization is not using Codecov’s GitHub App Integration. We recommend you install it so Codecov can continue to function properly for your repositories. Learn more

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #77 +/- ## ========================================== - Coverage 70.44% 62.97% -7.47% ========================================== Files 15 16 +1 Lines 1201 1453 +252 ========================================== + Hits 846 915 +69 - Misses 312 491 +179 - Partials 43 47 +4 ``` | [Impacted Files](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka) | Coverage Δ | | |---|---|---| | [api/api.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-YXBpL2FwaS5nbw==) | `32.35% <0.00%> (ø)` | | | [models/state.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-bW9kZWxzL3N0YXRlLmdv) | `70.28% <0.00%> (-25.75%)` | :arrow_down: | | [api/handle.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-YXBpL2hhbmRsZS5nbw==) | `63.88% <0.00%> (-18.59%)` | :arrow_down: | | [control/domain.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC9kb21haW4uZ28=) | `82.85% <0.00%> (-17.15%)` | :arrow_down: | | [control/utils.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC91dGlscy5nbw==) | `85.00% <0.00%> (-15.00%)` | :arrow_down: | | [api/decode.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-YXBpL2RlY29kZS5nbw==) | `65.85% <0.00%> (-3.85%)` | :arrow_down: | | [models/models.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-bW9kZWxzL21vZGVscy5nbw==) | `0.00% <0.00%> (ø)` | | | [api/resolver.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-YXBpL3Jlc29sdmVyLmdv) | `61.47% <0.00%> (ø)` | | | [control/follow.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC9mb2xsb3cuZ28=) | `89.80% <0.00%> (+1.07%)` | :arrow_up: | | [control/config.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC9jb25maWcuZ28=) | `97.39% <0.00%> (+4.89%)` | :arrow_up: | | ... and [1 more](https://codecov.io/gh/yukimochi/Activity-Relay/pull/77?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka) | | 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=Naoki+Kosaka). 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=Naoki+Kosaka)

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

yukimochi commented 1 year ago

Thank you for your pull request!