matrix-org / gomatrixserverlib

Go library for matrix federation.
Apache License 2.0
62 stars 51 forks source link

Support MSC4040 SRV lookups #411

Closed turt2live closed 1 year ago

turt2live commented 1 year ago

For https://github.com/matrix-org/matrix-federation-tester/pull/142 See https://github.com/matrix-org/matrix-spec/pull/1624

codecov[bot] commented 1 year ago

Codecov Report

Patch coverage: 72.22% and project coverage change: +0.02% :tada:

Comparison is base (e5cb0de) 58.37% compared to head (4530604) 58.40%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #411 +/- ## ========================================== + Coverage 58.37% 58.40% +0.02% ========================================== Files 51 51 Lines 7023 7040 +17 ========================================== + Hits 4100 4112 +12 - Misses 2533 2538 +5 Partials 390 390 ``` | [Files Changed](https://app.codecov.io/gh/matrix-org/gomatrixserverlib/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=matrix-org) | Coverage Δ | | |---|---|---| | [fclient/resolve.go](https://app.codecov.io/gh/matrix-org/gomatrixserverlib/pull/411?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=matrix-org#diff-ZmNsaWVudC9yZXNvbHZlLmdv) | `90.32% <72.22%> (-4.42%)` | :arrow_down: |

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

turt2live commented 1 year ago

I am assuming the errors in Dendrite tests are expected