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

Revise & take advantage of pattern matching #866

Merged
merged 1 commit into from
Nov 4, 2022

Conversation

atifaziz
Copy link
Member

@atifaziz atifaziz commented Nov 4, 2022

This PR revises some expressions to take advantage of pattern matching.

@atifaziz atifaziz self-assigned this Nov 4, 2022
@codecov
Copy link

codecov bot commented Nov 4, 2022

Codecov Report

Merging #866 (16368b3) into master (d684bf8) will not change coverage.
The diff coverage is 71.42%.

❗ Current head 16368b3 differs from pull request most recent head 1b1b602. Consider uploading reports for the commit 1b1b602 to get more accurate results

@@           Coverage Diff           @@
##           master     #866   +/-   ##
=======================================
  Coverage   92.45%   92.45%           
=======================================
  Files         108      108           
  Lines        3446     3446           
  Branches     1025     1025           
=======================================
  Hits         3186     3186           
  Misses        197      197           
  Partials       63       63           
Impacted Files Coverage Δ
MoreLinq/Partition.cs 98.24% <0.00%> (ø)
MoreLinq/FallbackIfEmpty.cs 88.67% <50.00%> (ø)
MoreLinq/Flatten.cs 97.50% <100.00%> (ø)
MoreLinq/Split.cs 89.70% <100.00%> (ø)
MoreLinq/Subsets.cs 94.11% <100.00%> (ø)
MoreLinq/ToDataTable.cs 96.87% <100.00%> (ø)

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

@atifaziz atifaziz merged commit db11510 into morelinq:master Nov 4, 2022
@atifaziz atifaziz deleted the patterns branch November 4, 2022 21:29
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.

2 participants