trustbloc / edv

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

test: BDD tests showing EDV+GNAP and EDV+no auth #254

Closed DRK3 closed 2 years ago

DRK3 commented 2 years ago

Added BDD tests to demonstrate EDV running with GNAP authorization and with no authorization, in addition to the existing ZCAP authorization tests.

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

codecov[bot] commented 2 years ago

Codecov Report

Merging #254 (2892b9f) into main (4395907) will decrease coverage by 0.01%. The diff coverage is n/a.

@@            Coverage Diff             @@
##             main     #254      +/-   ##
==========================================
- Coverage   77.57%   77.55%   -0.02%     
==========================================
  Files          13       13              
  Lines        1721     1720       -1     
==========================================
- Hits         1335     1334       -1     
  Misses        302      302              
  Partials       84       84              
Impacted Files Coverage Δ
cmd/edv-rest/startcmd/start.go 56.51% <0.00%> (-0.09%) :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 4395907...2892b9f. Read the comment docs.