Closed cjcobb23 closed 1 month ago
Attention: Patch coverage is 98.66667%
with 1 line
in your changes missing coverage. Please review.
Project coverage is 93.59%. Comparing base (
4d1fc52
) to head (25ba013
). Report is 1 commits behind head on main.
Files with missing lines | Patch % | Lines |
---|---|---|
contracts/coordinator/src/client.rs | 90.00% | 1 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Addr should not be used in the public facing API, because then the addresses bypass any sort of validation. Switched to string.
https://axelarnetwork.atlassian.net/browse/AXE-4842