trustbloc / wallet-sdk

Verifiable Credential Wallet SDK and Demo/Reference Wallet App (Go / GoMobile | Android | iOS)
Apache License 2.0
21 stars 13 forks source link

feat(sdk): DI proof support #556

Closed DRK3 closed 1 year ago

DRK3 commented 1 year ago

Added support for:

codecov-commenter commented 1 year ago

Codecov Report

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

Comparison is base (34e7ce0) 90.61% compared to head (8539866) 90.63%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #556 +/- ## ========================================== + Coverage 90.61% 90.63% +0.02% ========================================== Files 99 99 Lines 4015 4067 +52 ========================================== + Hits 3638 3686 +48 - Misses 250 253 +3 - Partials 127 128 +1 ``` | [Files Changed](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc) | Coverage Δ | | |---|---|---| | [pkg/localkms/ariescryptowrapper.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-cGtnL2xvY2Fsa21zL2FyaWVzY3J5cHRvd3JhcHBlci5nbw==) | `100.00% <ø> (ø)` | | | [pkg/openid4ci/clientconfig.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-cGtnL29wZW5pZDRjaS9jbGllbnRjb25maWcuZ28=) | `100.00% <ø> (ø)` | | | [pkg/openid4vp/opts.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-cGtnL29wZW5pZDR2cC9vcHRzLmdv) | `75.00% <33.33%> (-12.50%)` | :arrow_down: | | [pkg/openid4ci/interaction.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-cGtnL29wZW5pZDRjaS9pbnRlcmFjdGlvbi5nbw==) | `86.82% <81.81%> (-0.18%)` | :arrow_down: | | [pkg/openid4vp/openid4vp.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-cGtnL29wZW5pZDR2cC9vcGVuaWQ0dnAuZ28=) | `93.18% <92.10%> (-0.93%)` | :arrow_down: | | [cmd/wallet-sdk-gomobile/localkms/localkms.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-Y21kL3dhbGxldC1zZGstZ29tb2JpbGUvbG9jYWxrbXMvbG9jYWxrbXMuZ28=) | `69.44% <100.00%> (ø)` | | | [cmd/wallet-sdk-gomobile/openid4ci/interaction.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-Y21kL3dhbGxldC1zZGstZ29tb2JpbGUvb3BlbmlkNGNpL2ludGVyYWN0aW9uLmdv) | `96.15% <100.00%> (+0.23%)` | :arrow_up: | | [...d/wallet-sdk-gomobile/openid4ci/interactionopts.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-Y21kL3dhbGxldC1zZGstZ29tb2JpbGUvb3BlbmlkNGNpL2ludGVyYWN0aW9ub3B0cy5nbw==) | `100.00% <100.00%> (ø)` | | | [cmd/wallet-sdk-gomobile/openid4vp/interaction.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-Y21kL3dhbGxldC1zZGstZ29tb2JpbGUvb3BlbmlkNHZwL2ludGVyYWN0aW9uLmdv) | `79.06% <100.00%> (+10.31%)` | :arrow_up: | | [cmd/wallet-sdk-gomobile/openid4vp/opts.go](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc#diff-Y21kL3dhbGxldC1zZGstZ29tb2JpbGUvb3BlbmlkNHZwL29wdHMuZ28=) | `100.00% <100.00%> (ø)` | | | ... and [3 more](https://app.codecov.io/gh/trustbloc/wallet-sdk/pull/556?src=pr&el=tree-more&utm_medium=referral&utm_source=github&utm_content=comment&utm_campaign=pr+comments&utm_term=trustbloc) | |

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

sonarcloud[bot] commented 1 year ago

Kudos, SonarCloud Quality Gate passed!    Quality Gate passed

Bug A 0 Bugs
Vulnerability A 0 Vulnerabilities
Security Hotspot A 0 Security Hotspots
Code Smell A 4 Code Smells

No Coverage information No Coverage information
3.2% 3.2% Duplication