rode / grafeas-elasticsearch

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

implement CreateProject, GetProject, and DeleteProject #7

Closed mrparkers closed 3 years ago

mrparkers commented 3 years ago

implemented CreateProject, GetProject, and DeleteProject

codecov[bot] commented 3 years ago

Codecov Report

Merging #7 (00e8d98) into main (388651b) will increase coverage by 14.87%. The diff coverage is 86.82%.

Impacted file tree graph

@@             Coverage Diff             @@
##             main       #7       +/-   ##
===========================================
+ Coverage   46.28%   61.15%   +14.87%     
===========================================
  Files           1        2        +1     
  Lines         242      345      +103     
===========================================
+ Hits          112      211       +99     
+ Misses        119      115        -4     
- Partials       11       19        +8     
Impacted Files Coverage Δ
go/v1beta1/storage/types.go 75.00% <75.00%> (ø)
go/v1beta1/storage/elasticsearch.go 60.83% <87.60%> (+14.54%) :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 388651b...00e8d98. Read the comment docs.