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

Modified for_each to return original unmodified sequence #154

Closed bmsan closed 3 years ago

bmsan commented 3 years ago

Described reasons behind pull requests in this issue: https://github.com/EntilZha/PyFunctional/issues/153

codecov[bot] commented 3 years ago

Codecov Report

Merging #154 (25fd205) into master (291a491) will increase coverage by 0.00%. The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #154   +/-   ##
=======================================
  Coverage   98.00%   98.00%           
=======================================
  Files          11       11           
  Lines        2208     2211    +3     
=======================================
+ Hits         2164     2167    +3     
  Misses         44       44           
Impacted Files Coverage Δ
functional/pipeline.py 98.32% <100.00%> (+<0.01%) :arrow_up:
functional/test/test_functional.py 98.91% <100.00%> (+<0.01%) :arrow_up:

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 291a491...25fd205. Read the comment docs.

bmsan commented 3 years ago

After the discussion https://github.com/EntilZha/PyFunctional/issues/153 closing the pull request