Closed DmitryBespalov closed 5 months ago
Attention: Patch coverage is 0%
with 4 lines
in your changes are missing coverage. Please review.
Project coverage is 8.27%. Comparing base (
230edb6
) to head (2924ecd
). Report is 1 commits behind head on main.
Files | Patch % | Lines |
---|---|---|
...Management/KeystoneOwnerKey/KeystoneSignFlow.swift | 0.00% | 4 Missing :warning: |
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
Handles #3406
Changes proposed in this pull request:
init
to a static func + tuple return typeIt was crashing in the
self.init(v:r:s:)
call. Replacing with a tuple result and calling that initializer later helped.