EntilZha / PyFunctional

Python library for creating data pipelines with chain functional programming
http://pyfunctional.pedro.ai
MIT License
2.41k stars 132 forks source link

Allow empty sequence expressions `seq()`, `pseq()` #161

Closed Kache closed 3 years ago

Kache commented 3 years ago

Issue: #159

codecov[bot] commented 3 years ago

Codecov Report

Merging #161 (95e4377) into master (56ff25b) will not change coverage. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #161   +/-   ##
=======================================
  Coverage   97.98%   97.98%           
=======================================
  Files          12       12           
  Lines        2237     2237           
=======================================
  Hits         2192     2192           
  Misses         45       45           
Impacted Files Coverage Δ
functional/streams.py 96.87% <100.00%> (ø)
functional/test/test_functional.py 98.93% <100.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 56ff25b...95e4377. Read the comment docs.

EntilZha commented 3 years ago

LGTM, thanks!