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

feat: Implement LitePub Style Relay #74

Closed yukimochi closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 70.44% // Head: 62.48% // Decreases project coverage by -7.96% :warning:

Coverage data is based on head (1f95c94) compared to base (baca1ab). Patch coverage: 60.35% of modified lines in pull request are covered.

: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 @@ ## feature/v2.0.0 #74 +/- ## ================================================== - Coverage 70.44% 62.48% -7.96% ================================================== Files 15 16 +1 Lines 1201 1442 +241 ================================================== + Hits 846 901 +55 - Misses 312 494 +182 - Partials 43 47 +4 ``` | [Impacted Files](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka) | Coverage Δ | | |---|---|---| | [models/models.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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/handle.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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% <31.57%> (-18.59%)` | :arrow_down: | | [models/state.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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% <35.71%> (-25.75%)` | :arrow_down: | | [api/decode.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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% <50.00%> (-3.85%)` | :arrow_down: | | [api/resolver.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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% <61.47%> (ø)` | | | [control/domain.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC9kb21haW4uZ28=) | `82.25% <62.50%> (-17.75%)` | :arrow_down: | | [control/config.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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% <100.00%> (+4.89%)` | :arrow_up: | | [control/follow.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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% <100.00%> (+1.07%)` | :arrow_up: | | [control/utils.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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% <100.00%> (-15.00%)` | :arrow_down: | | ... and [2 more](https://codecov.io/gh/yukimochi/Activity-Relay/pull/74?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.