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

fix: unwrap url.Error #82

Closed yukimochi closed 1 year ago

yukimochi commented 1 year ago

Align all error formats to

https://<domain>/inbox: <reason to failed>
codecov-commenter commented 1 year ago

Codecov Report

Patch coverage: 62.50% and project coverage change: -0.05 :warning:

Comparison is base (9d50fa4) 61.78% compared to head (dd3a643) 61.73%.

:exclamation: Your organization is not using the GitHub App Integration. As a result you may experience degraded service beginning May 15th. Please install the Github App Integration for your organization. Read more.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #82 +/- ## ========================================== - Coverage 61.78% 61.73% -0.05% ========================================== Files 16 16 Lines 1481 1487 +6 ========================================== + Hits 915 918 +3 - Misses 515 516 +1 - Partials 51 53 +2 ``` | [Impacted Files](https://app.codecov.io/gh/yukimochi/Activity-Relay/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka) | Coverage Δ | | |---|---|---| | [deliver/sender.go](https://app.codecov.io/gh/yukimochi/Activity-Relay/pull/82?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=Naoki+Kosaka#diff-ZGVsaXZlci9zZW5kZXIuZ28=) | `80.00% <62.50%> (-6.21%)` | :arrow_down: |

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