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: update Data Integrity error handling #3628

Closed mishasizov-SK closed 10 months ago

mishasizov-SK commented 10 months ago

Title: Update Data Integrity error handling

Description: Given PR solves issues with error handling for Data Integrity proof signing and verification.

codecov[bot] commented 10 months ago

Codecov Report

Merging #3628 (4d6024d) into main (9846998) will decrease coverage by 0.01%. The diff coverage is 66.66%.

@@            Coverage Diff             @@
##             main    #3628      +/-   ##
==========================================
- Coverage   86.93%   86.93%   -0.01%     
==========================================
  Files         367      367              
  Lines       50043    50046       +3     
==========================================
+ Hits        43505    43507       +2     
- Misses       4953     4954       +1     
  Partials     1585     1585              
Files Changed Coverage Δ
component/models/dataintegrity/signer.go 83.33% <50.00%> (-0.88%) :arrow_down:
.../models/dataintegrity/suite/ecdsa2019/ecdsa2019.go 93.54% <100.00%> (+0.03%) :arrow_up: