faust-streaming / mode

Python AsyncIO Services
https://faust-streaming.github.io/mode/
Other
43 stars 16 forks source link

Prepare first release #5

Closed max-k closed 3 years ago

max-k commented 3 years ago

The idea is to fix everything I can before starting the release process.

Recreated due to a Travis-CI integration problem.

codecov-io commented 3 years ago

Codecov Report

Merging #5 (20fa4d3) into master (ff67f5e) will decrease coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@            Coverage Diff             @@
##           master       #5      +/-   ##
==========================================
- Coverage   95.09%   95.09%   -0.01%     
==========================================
  Files          27       27              
  Lines        3997     3993       -4     
  Branches      445      445              
==========================================
- Hits         3801     3797       -4     
  Misses        180      180              
  Partials       16       16              
Impacted Files Coverage Δ
mode/__init__.py 100.00% <100.00%> (ø)
mode/utils/objects.py 99.53% <100.00%> (-0.01%) :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 ff67f5e...20fa4d3. Read the comment docs.

max-k commented 3 years ago

@patkivikram could you review this quickly before I create the first release ?

Thank you very much.