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 Duplicates Operator #592

Merged
merged 6 commits into from
Nov 25, 2023
Merged

Add Duplicates Operator #592

merged 6 commits into from
Nov 25, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR adds the Duplicates operator, which returns a sequence of all of the duplicate elements of a source sequence.

Fixes #565

@viceroypenguin viceroypenguin added this to the 5.4.0 milestone Nov 25, 2023
Copy link

codecov bot commented Nov 25, 2023

Codecov Report

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

Comparison is base (27e083f) 93.03% compared to head (304d423) 93.03%.

Files Patch % Lines
Source/SuperLinq.Async/Duplicates.cs 83.33% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##           master     #592   +/-   ##
=======================================
  Coverage   93.03%   93.03%           
=======================================
  Files         255      257    +2     
  Lines        8123     8140   +17     
  Branches     1621     1625    +4     
=======================================
+ Hits         7557     7573   +16     
  Misses        357      357           
- Partials      209      210    +1     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@viceroypenguin viceroypenguin merged commit a4ff6ab into master Nov 25, 2023
3 checks passed
@viceroypenguin viceroypenguin deleted the duplicates branch November 25, 2023 04:20
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 Duplicates operator
1 participant