bryanyang0528 / ksql-python

A python wrapper for the KSQL REST API.
MIT License
159 stars 67 forks source link

Avoid IndexError after INSERT query (#80) #88

Closed romainr closed 3 years ago

codecov[bot] commented 3 years ago

Codecov Report

Merging #88 into master will not change coverage. The diff coverage is 0.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master      #88   +/-   ##
=======================================
  Coverage   65.24%   65.24%           
=======================================
  Files           7        7           
  Lines         469      469           
  Branches       66       66           
=======================================
  Hits          306      306           
  Misses        145      145           
  Partials       18       18           
Impacted Files Coverage Δ
ksql/api.py 49.48% <0.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 9582604...77f7226. Read the comment docs.

bryanyang0528 commented 3 years ago

@romainr Thank you!