viceroypenguin / SuperLinq

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

Style consistency improvements #650

Closed viceroypenguin closed 5 months ago

codecov[bot] commented 5 months ago

Codecov Report

Attention: Patch coverage is 91.74757% with 17 lines in your changes are missing coverage. Please review.

Project coverage is 95.59%. Comparing base (56b9467) to head (9fa0ee5).

Files Patch % Lines
...ce/SuperLinq/Collections/UpdatablePriorityQueue.cs 76.19% 3 Missing and 2 partials :warning:
Source/SuperLinq.Async/GetShortestPath.cs 20.00% 4 Missing :warning:
Source/SuperLinq.Async/DoWhile.cs 0.00% 0 Missing and 1 partial :warning:
Source/SuperLinq.Async/Join.MergeJoin.cs 50.00% 0 Missing and 1 partial :warning:
Source/SuperLinq/GetShortestPath.A-Star.cs 0.00% 1 Missing :warning:
Source/SuperLinq/GetShortestPath.Dijkstra.cs 0.00% 1 Missing :warning:
Source/SuperLinq/GetShortestPathCost.A-Star.cs 0.00% 1 Missing :warning:
Source/SuperLinq/GetShortestPathCost.Dijkstra.cs 0.00% 1 Missing :warning:
Source/SuperLinq/ToDataTable.cs 92.30% 0 Missing and 1 partial :warning:
Source/SuperLinq/ValueTupleEqualityComparer.cs 75.00% 0 Missing and 1 partial :warning:
Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #650 +/- ## ========================================== + Coverage 95.57% 95.59% +0.01% ========================================== Files 247 247 Lines 8721 8805 +84 Branches 1615 1616 +1 ========================================== + Hits 8335 8417 +82 - Misses 192 194 +2 Partials 194 194 ```

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