trustbloc / edv

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

feat: Querying with the "has" keyword #189

Closed DRK3 closed 3 years ago

DRK3 commented 3 years ago

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

closes #61

codecov[bot] commented 3 years ago

Codecov Report

Merging #189 (4121419) into main (a404f16) will increase coverage by 0.00%. The diff coverage is 94.87%.

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #189   +/-   ##
=======================================
  Coverage   85.68%   85.68%           
=======================================
  Files          14       14           
  Lines        1663     1684   +21     
=======================================
+ Hits         1425     1443   +18     
- Misses        150      152    +2     
- Partials       88       89    +1     
Impacted Files Coverage Δ
...vprovider/couchdbedvprovider/couchdbedvprovider.go 88.43% <92.59%> (-0.56%) :arrow_down:
pkg/restapi/operation/operations.go 87.13% <100.00%> (+0.31%) :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 a404f16...4121419. Read the comment docs.

DRK3 commented 3 years ago

@Baha-sk I've simplified the query verification - let me know if you think it's simpler now.