NerdWalletOSS / kinesis-python

Low level, multiprocessing based AWS Kinesis producer & consumer library
Other
118 stars 50 forks source link

Python 3.7 port #21

Closed jasonbot closed 5 years ago

jasonbot commented 5 years ago

This ports kinesis-python to work in 3.7, which will in turn allow me to upgrade motion

codecov-io commented 5 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (master@ff7253b). Click here to learn what that means. The diff coverage is 50%.

Impacted file tree graph

@@            Coverage Diff            @@
##             master      #21   +/-   ##
=========================================
  Coverage          ?   32.98%           
=========================================
  Files             ?        4           
  Lines             ?      285           
  Branches          ?        0           
=========================================
  Hits              ?       94           
  Misses            ?      191           
  Partials          ?        0
Impacted Files Coverage Δ
src/kinesis/state.py 0% <0%> (ø)
src/kinesis/consumer.py 37.41% <50%> (ø)
src/kinesis/producer.py 47.67% <66.66%> (ø)

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 ff7253b...0d4229f. Read the comment docs.