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

WIP: feat(sdk): Update trust-registry issuance endpoint #743

Closed bstasyszyn closed 7 months ago

bstasyszyn commented 7 months ago

Support multiple credential types in request.

codecov-commenter commented 7 months ago

Codecov Report

Attention: Patch coverage is 54.54545% with 5 lines in your changes are missing coverage. Please review.

Project coverage is 89.52%. Comparing base (cb7dce6) to head (9c660fd).

Files Patch % Lines
...allet-sdk-gomobile/trustregistry/trust_registry.go 54.54% 4 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #743 +/- ## ========================================== - Coverage 89.67% 89.52% -0.16% ========================================== Files 101 101 Lines 4205 4211 +6 ========================================== - Hits 3771 3770 -1 - Misses 286 292 +6 - Partials 148 149 +1 ```

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

sonarcloud[bot] commented 7 months ago

Quality Gate Passed Quality Gate passed

Issues
1 New issue

Measures
0 Security Hotspots
No data about Coverage
5.8% Duplication on New Code

See analysis details on SonarCloud

rolsonquadras commented 7 months ago

Implemented as part of https://github.com/trustbloc/wallet-sdk/pull/745