trustbloc / edv

Encrypted data vault implementation in Golang - https://identity.foundation/edv-spec/
Apache License 2.0
16 stars 17 forks source link

feat: Add index method for EDV client and BDD test #242

Closed DRK3 closed 2 years ago

DRK3 commented 2 years ago

Signed-off-by: Derek Trider Derek.Trider@securekey.com

codecov[bot] commented 2 years ago

Codecov Report

Merging #242 (977cbbd) into main (48103bd) will increase coverage by 0.17%. The diff coverage is 100.00%.

@@            Coverage Diff             @@
##             main     #242      +/-   ##
==========================================
+ Coverage   85.75%   85.93%   +0.17%     
==========================================
  Files          13       13              
  Lines        1608     1628      +20     
==========================================
+ Hits         1379     1399      +20     
  Misses        145      145              
  Partials       84       84              
Impacted Files Coverage Δ
pkg/client/client.go 88.94% <100.00%> (+1.00%) :arrow_up:
pkg/edvprovider/edvprovider.go 91.53% <100.00%> (ø)
pkg/restapi/operation/operations.go 87.81% <100.00%> (+0.05%) :arrow_up:

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 48103bd...977cbbd. Read the comment docs.