rode / grafeas-elasticsearch

An implementation of the Grafeas storage backend based on Elasticsearch
Apache License 2.0
12 stars 5 forks source link

create generic es client package #73

Closed mrparkers closed 3 years ago

mrparkers commented 3 years ago

so the same code can be reused within this project and rode

codecov-commenter commented 3 years ago

Codecov Report

Merging #73 (65bed64) into main (2975b69) will increase coverage by 0.31%. The diff coverage is 81.98%.

Impacted file tree graph

@@            Coverage Diff             @@
##             main      #73      +/-   ##
==========================================
+ Coverage   82.53%   82.85%   +0.31%     
==========================================
  Files          10       11       +1     
  Lines        1134     1353     +219     
==========================================
+ Hits          936     1121     +185     
- Misses        125      138      +13     
- Partials       73       94      +21     
Impacted Files Coverage Δ
go/v1beta1/storage/esutil/pagination.go 75.00% <ø> (ø)
go/v1beta1/storage/esutil/utils.go 50.00% <50.00%> (-10.00%) :arrow_down:
go/v1beta1/storage/esutil/client.go 82.40% <82.40%> (ø)
go/v1beta1/storage/esutil/test_util.go 94.73% <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 2975b69...65bed64. Read the comment docs.