morelinq / MoreLINQ

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

Seal private enumerators #916

Closed atifaziz closed 1 year ago

atifaziz commented 1 year ago

This PR seals two private enumerators implementations since neither is designed for subclassing.

codecov[bot] commented 1 year ago

Codecov Report

Merging #916 (5c99b77) into master (a8e13e0) will not change coverage. The diff coverage is n/a.

:exclamation: Current head 5c99b77 differs from pull request most recent head 52f705d. Consider uploading reports for the commit 52f705d to get more accurate results

@@           Coverage Diff           @@
##           master     #916   +/-   ##
=======================================
  Coverage   92.39%   92.39%           
=======================================
  Files         112      112           
  Lines        3444     3444           
  Branches     1021     1021           
=======================================
  Hits         3182     3182           
  Misses        200      200           
  Partials       62       62           
Impacted Files Coverage Δ
MoreLinq/Permutations.cs 96.82% <ø> (ø)
MoreLinq/Subsets.cs 94.11% <ø> (ø)

:mega: We’re building smart automated test selection to slash your CI/CD build times. Learn more