trustbloc / trustbloc-did-method

DID method that extends Sidetree protocol with consortium discovery
Apache License 2.0
13 stars 10 forks source link

chore: docker mount fix #256

Closed Moopli closed 3 years ago

Moopli commented 3 years ago

Fixes #255

Signed-off-by: Filip Burlacu filip.burlacu@securekey.com

codecov[bot] commented 3 years ago

Codecov Report

Merging #256 (f8109d6) into main (1bdd07a) will decrease coverage by 0.28%. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #256      +/-   ##
==========================================
- Coverage   88.48%   88.20%   -0.29%     
==========================================
  Files          35       35              
  Lines        1962     2000      +38     
==========================================
+ Hits         1736     1764      +28     
+ Misses        128      127       -1     
- Partials       98      109      +11     
Impacted Files Coverage Δ
pkg/restapi/didmethod/operation/operations.go 83.33% <0.00%> (-5.99%) :arrow_down:
pkg/vdri/trustbloc/vdri.go 85.85% <0.00%> (-2.29%) :arrow_down:
cmd/did-method-cli/createconfigcmd/createconfig.go 80.12% <0.00%> (-1.10%) :arrow_down:
cmd/did-method-cli/createdidcmd/createdid.go 95.45% <0.00%> (-0.34%) :arrow_down:
cmd/did-method-cli/common/common.go 82.60% <0.00%> (+8.06%) :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 1bdd07a...f8109d6. Read the comment docs.