uber / aresdb

A GPU-powered real-time analytics storage and query engine.
https://eng.uber.com/aresdb/
Apache License 2.0
3.02k stars 234 forks source link

Fix gzip #339

Closed shz117 closed 4 years ago

codecov[bot] commented 4 years ago

Codecov Report

Merging #339 into master will increase coverage by <.01%. The diff coverage is 68.88%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master     #339      +/-   ##
==========================================
+ Coverage   71.97%   71.97%   +<.01%     
==========================================
  Files         167      167              
  Lines       23669    23668       -1     
==========================================
  Hits        17035    17035              
+ Misses       5329     5328       -1     
  Partials     1305     1305
Impacted Files Coverage Δ
datanode/client/query_client.go 66.23% <ø> (-0.44%) :arrow_down:
api/common/response.go 0% <0%> (ø) :arrow_up:
api/data_handler.go 70% <100%> (ø) :arrow_up:
api/schema_handler.go 80.18% <100%> (ø) :arrow_up:
api/enum_handler.go 84.61% <100%> (ø) :arrow_up:
api/query_handler.go 73.68% <75%> (ø) :arrow_up:
api/debug_handler.go 74.79% <89.47%> (ø) :arrow_up:
controller/mutators/etcd/schema_mutator.go 61.84% <0%> (-1.74%) :arrow_down:
subscriber/common/job/driver.go 67.73% <0%> (+1.41%) :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 3891122...409194d. Read the comment docs.