morelinq / MoreLINQ

Extensions to LINQ to Objects
https://morelinq.github.io/
Apache License 2.0
3.63k stars 409 forks source link

Refactor `Subsets` core into an iterator method #1052

Closed atifaziz closed 7 months ago

atifaziz commented 7 months ago

This PR refactors the implementation of Subsets into a simpler iterator method. As a by-product, it:

codecov[bot] commented 7 months ago

Codecov Report

Attention: 1 lines in your changes are missing coverage. Please review.

Comparison is base (a263661) 92.52% compared to head (2a72577) 92.49%.

Files Patch % Lines
MoreLinq/Subsets.cs 97.14% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #1052 +/- ## ========================================== - Coverage 92.52% 92.49% -0.04% ========================================== Files 113 113 Lines 3413 3385 -28 Branches 1058 1057 -1 ========================================== - Hits 3158 3131 -27 + Misses 189 187 -2 - Partials 66 67 +1 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.