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
278 stars 39 forks source link

Refactoring 2303 #73

Closed yukimochi closed 1 year ago

codecov-commenter commented 1 year ago

Codecov Report

Base: 71.54% // Head: 70.44% // Decreases project coverage by -1.10% :warning:

Coverage data is based on head (1271ce2) compared to base (1f3cd48). Patch coverage: 64.25% of modified lines in pull request are covered.

:exclamation: Current head 1271ce2 differs from pull request most recent head 3cfde8d. Consider uploading reports for the commit 3cfde8d to get more accurate results

: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 #73 +/- ## ========================================== - Coverage 71.54% 70.44% -1.10% ========================================== Files 15 15 Lines 1142 1201 +59 ========================================== + Hits 817 846 +29 - Misses 285 312 +27 - Partials 40 43 +3 ``` | [Impacted Files](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?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/73?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%> (ø)` | | | [control/follow.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC9mb2xsb3cuZ28=) | `88.73% <66.66%> (ø)` | | | [api/api.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?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% <75.00%> (ø)` | | | [api/handle.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-YXBpL2hhbmRsZS5nbw==) | `82.47% <76.74%> (-11.25%)` | :arrow_down: | | [api/decode.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-YXBpL2RlY29kZS5nbw==) | `69.69% <100.00%> (-1.74%)` | :arrow_down: | | [control/control.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC9jb250cm9sLmdv) | `18.18% <100.00%> (ø)` | | | [control/domain.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-Y29udHJvbC9kb21haW4uZ28=) | `100.00% <100.00%> (ø)` | | | [deliver/deliver.go](https://codecov.io/gh/yukimochi/Activity-Relay/pull/73?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-ZGVsaXZlci9kZWxpdmVyLmdv) | `48.14% <100.00%> (ø)` | | 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.