bryanyang0528 / ksql-python

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

Fixed create table with key #35

Closed bryanyang0528 closed 6 years ago

bryanyang0528 commented 6 years ago

fix #33

codecov[bot] commented 6 years ago

Codecov Report

Merging #35 into master will decrease coverage by 0.57%. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master      #35      +/-   ##
==========================================
- Coverage   78.51%   77.94%   -0.58%     
==========================================
  Files           6        6              
  Lines         270      272       +2     
  Branches       33       34       +1     
==========================================
  Hits          212      212              
- Misses         48       50       +2     
  Partials       10       10
Impacted Files Coverage Δ
ksql/client.py 82.35% <100%> (ø) :arrow_up:
ksql/api.py 84.26% <33.33%> (-1.94%) :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 908c681...f92fac9. Read the comment docs.