Closed Moopli closed 3 years ago
Merging #214 (7ccbbb5) into master (cc7d0bb) will increase coverage by
0.18%
. The diff coverage is100.00%
.
@@ Coverage Diff @@
## master #214 +/- ##
==========================================
+ Coverage 87.59% 87.78% +0.18%
==========================================
Files 31 33 +2
Lines 1951 1981 +30
==========================================
+ Hits 1709 1739 +30
Misses 126 126
Partials 116 116
Impacted Files | Coverage Δ | |
---|---|---|
...g/vdri/trustbloc/config/signatureconfig/helpers.go | 100.00% <100.00%> (ø) |
|
...g/vdri/trustbloc/config/signatureconfig/service.go | 100.00% <100.00%> (ø) |
|
...trustbloc/config/updatevalidationconfig/service.go | 100.00% <100.00%> (ø) |
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 cc7d0bb...7ccbbb5. Read the comment docs.
Working on followup PR for bdd test
service that validates each consortium it pulls, against a cached prior version, to verify signature endorsement. Requires an initial genesis file to be stored in the service for each consortium.
Signed-off-by: Filip Burlacu filip.burlacu@securekey.com