Closed DRK3 closed 3 years ago
Merging #197 (86da7db) into main (f3fcaee) will decrease coverage by
0.46%
. The diff coverage is88.39%
.
@@ Coverage Diff @@
## main #197 +/- ##
==========================================
- Coverage 85.73% 85.27% -0.47%
==========================================
Files 14 14
Lines 1732 1630 -102
==========================================
- Hits 1485 1390 -95
+ Misses 155 149 -6
+ Partials 92 91 -1
Impacted Files | Coverage Δ | |
---|---|---|
pkg/auth/zcapld/service.go | 82.02% <ø> (ø) |
|
pkg/client/client.go | 87.57% <ø> (-0.52%) |
:arrow_down: |
pkg/restapi/operation/operations.go | 84.77% <76.59%> (-2.37%) |
:arrow_down: |
...vprovider/couchdbedvprovider/couchdbedvprovider.go | 87.86% <91.50%> (-0.57%) |
:arrow_down: |
cmd/edv-rest/startcmd/start.go | 82.43% <91.66%> (-0.91%) |
:arrow_down: |
pkg/edvprovider/memedvprovider/memedvprovider.go | 90.47% <100.00%> (+22.29%) |
:arrow_up: |
pkg/restapi/operation/respond.go | 82.12% <100.00%> (-0.42%) |
: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 f3fcaee...86da7db. Read the comment docs.
closes #117 since the endpoint is now removed (it was non-standard and not needed - same functionality can be achieved with encrypted indexes) closes #106 since the endpoint is now removed (see above) closes #105 since the endpoint is now removed (see above) closes #119 as it's no longer a possibility due to the new storage code
Signed-off-by: Derek Trider Derek.Trider@securekey.com