hyperledger-archives / aries-framework-go

Hyperledger Aries Framework Go provides packages for building Agent / DIDComm services.
https://wiki.hyperledger.org/display/ARIES/aries-framework-go
Apache License 2.0
241 stars 158 forks source link

feat: add SD JWT credential format support #3609

Closed mishasizov-SK closed 11 months ago

codecov[bot] commented 11 months ago

Codecov Report

Merging #3609 (d348468) into main (1687924) will decrease coverage by 0.01%. Report is 1 commits behind head on main. The diff coverage is 84.28%.

@@            Coverage Diff             @@
##             main    #3609      +/-   ##
==========================================
- Coverage   86.86%   86.86%   -0.01%     
==========================================
  Files         358      358              
  Lines       48935    48997      +62     
==========================================
+ Hits        42508    42559      +51     
- Misses       4871     4879       +8     
- Partials     1556     1559       +3     
Files Changed Coverage Δ
component/models/sdjwt/common/common.go 93.31% <0.00%> (-0.91%) :arrow_down:
pkg/doc/verifiable/verifiable.go 2.22% <0.00%> (-0.06%) :arrow_down:
component/models/sdjwt/issuer/issuer.go 92.36% <87.50%> (-0.64%) :arrow_down:
component/models/verifiable/credential_jwt.go 90.00% <89.65%> (-0.11%) :arrow_down:
component/models/presexch/definition.go 87.30% <100.00%> (ø)
component/models/verifiable/credential_sdjwt.go 89.69% <100.00%> (+0.36%) :arrow_up:
mishasizov-SK commented 11 months ago

Will be merged in scope of https://github.com/hyperledger/aries-framework-go/pull/3610