hyperledger / identus-edge-agent-sdk-swift

Apache License 2.0
11 stars 5 forks source link

feat(agent): add new agent derivation path #150

Closed goncalo-frade-iohk closed 1 week ago

goncalo-frade-iohk commented 3 weeks ago

Checklist:

coveralls commented 1 week ago

Pull Request Test Coverage Report for Build 9807151893

Details


Changes Missing Coverage Covered Lines Changed/Added Lines %
EdgeAgentSDK/Apollo/Sources/Model/Ed25519Key.swift 5 6 83.33%
EdgeAgentSDK/Apollo/Sources/Model/Secp256k1Key.swift 1 2 50.0%
EdgeAgentSDK/Apollo/Sources/Model/X25519Key.swift 5 6 83.33%
EdgeAgentSDK/Apollo/Sources/ApolloImpl+Public.swift 0 3 0.0%
EdgeAgentSDK/Apollo/Sources/Operations/CreateEd25519KeyPairOperation.swift 3 7 42.86%
EdgeAgentSDK/Apollo/Sources/ApolloImpl+KeyRestoration.swift 24 30 80.0%
EdgeAgentSDK/Domain/Sources/Models/KeyManagement/DerivableKey.swift 32 49 65.31%
<!-- Total: 105 138 76.09% -->
Files with Coverage Reduction New Missed Lines %
EdgeAgentSDK/Apollo/Sources/ApolloImpl+Public.swift 1 68.83%
EdgeAgentSDK/Apollo/Sources/Operations/CreateEd25519KeyPairOperation.swift 1 48.0%
EdgeAgentSDK/Apollo/Sources/ApolloImpl+KeyRestoration.swift 2 52.5%
<!-- Total: 4 -->
Totals Coverage Status
Change from base Build 9807019801: 0.3%
Covered Lines: 4883
Relevant Lines: 11672

💛 - Coveralls