viceroypenguin / SuperLinq

Extensions to LINQ to Objects
Apache License 2.0
115 stars 12 forks source link

Update `SortedMerge` to use a `PriorityQueue` #657

Closed danielearwicker closed 5 months ago

danielearwicker commented 5 months ago

Fixes #654

danielearwicker commented 5 months ago

Looks like Test.Async.EndsWithTest.EndsWithWithStrings has some intermittent timing issue?

codecov[bot] commented 5 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 95.46%. Comparing base (ef180fd) to head (4553ec0).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #657 +/- ## ========================================== - Coverage 95.60% 95.46% -0.14% ========================================== Files 247 247 Lines 8806 8867 +61 Branches 1602 1620 +18 ========================================== + Hits 8419 8465 +46 - Misses 193 210 +17 + Partials 194 192 -2 ```

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

viceroypenguin commented 5 months ago

Thanks!