trustbloc / edv

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

feat: Improved querying mechanism #237

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 #237 (e4d9a05) into main (16a2b0b) will decrease coverage by 1.20%. The diff coverage is 88.88%.

@@            Coverage Diff             @@
##             main     #237      +/-   ##
==========================================
- Coverage   86.25%   85.04%   -1.21%     
==========================================
  Files          13       13              
  Lines        1797     1558     -239     
==========================================
- Hits         1550     1325     -225     
+ Misses        152      145       -7     
+ Partials       95       88       -7     
Impacted Files Coverage Δ
cmd/edv-rest/startcmd/start.go 80.96% <ø> (+0.40%) :arrow_up:
pkg/edvprovider/edvprovider.go 89.81% <87.50%> (-2.01%) :arrow_down:
pkg/restapi/operation/operations.go 85.95% <100.00%> (-0.10%) :arrow_down:
pkg/restapi/operation/respond.go 79.79% <0.00%> (-3.63%) :arrow_down:

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 16a2b0b...e4d9a05. Read the comment docs.