trustbloc / trustbloc-did-method

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

test: adds bdd tests using genesis files in did-method-rest #263

Closed Moopli closed 3 years ago

Moopli commented 3 years ago

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

codecov[bot] commented 3 years ago

Codecov Report

Merging #263 (29afaa3) into main (ebba2a4) will decrease coverage by 1.05%. The diff coverage is 50.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main     #263      +/-   ##
==========================================
- Coverage   88.96%   87.91%   -1.06%     
==========================================
  Files          17       17              
  Lines        1051     1067      +16     
==========================================
+ Hits          935      938       +3     
- Misses         66       72       +6     
- Partials       50       57       +7     
Impacted Files Coverage Δ
pkg/restapi/healthcheck/operation/operations.go 80.00% <ø> (ø)
cmd/did-method-cli/createdidcmd/createdid.go 93.47% <33.33%> (-2.08%) :arrow_down:
...d/did-method-cli/deactivatedidcmd/deactivatedid.go 93.84% <33.33%> (-2.98%) :arrow_down:
cmd/did-method-cli/recoverdidcmd/recoverdid.go 97.11% <33.33%> (-0.95%) :arrow_down:
cmd/did-method-cli/updatedidcmd/updatedid.go 95.95% <33.33%> (-1.98%) :arrow_down:
pkg/restapi/didmethod/controller.go 80.00% <33.33%> (-20.00%) :arrow_down:
cmd/did-method-cli/createconfigcmd/createconfig.go 79.41% <66.66%> (-0.83%) :arrow_down:
pkg/restapi/didmethod/operation/operations.go 84.67% <66.66%> (-1.15%) :arrow_down:
cmd/did-method-rest/startcmd/start.go 96.52% <100.00%> (+0.03%) :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 ebba2a4...29afaa3. Read the comment docs.