Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

add runningReduce() #174

Merged
merged 1 commit into from
Oct 16, 2021
Merged

add runningReduce() #174

merged 1 commit into from
Oct 16, 2021

Conversation

Anas35
Copy link
Contributor

@Anas35 Anas35 commented Oct 16, 2021

closes #153

@codecov
Copy link

codecov bot commented Oct 16, 2021

Codecov Report

Merging #174 (9024a4f) into master (a34fbf4) will increase coverage by 0.00%.
The diff coverage is 100.00%.

Impacted file tree graph

@@           Coverage Diff           @@
##           master     #174   +/-   ##
=======================================
  Coverage   99.06%   99.06%           
=======================================
  Files          40       40           
  Lines        1813     1822    +9     
=======================================
+ Hits         1796     1805    +9     
  Misses         17       17           
Flag Coverage Δ
unittests 99.06% <100.00%> (+<0.01%) ⬆️

Flags with carried forward coverage won't be shown. Click here to find out more.

Impacted Files Coverage Δ
lib/src/collection/kt_iterable.dart 99.49% <100.00%> (+<0.01%) ⬆️

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 a34fbf4...9024a4f. Read the comment docs.

@passsy
Copy link
Owner

passsy commented Oct 16, 2021

Great work :)

Note that there is also an runningReduceIndexed version

@passsy passsy merged commit f9d11fa into passsy:master Oct 16, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add runningReduce()
2 participants