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

Change Batch to return arrays #1014

Merged
merged 2 commits into from
Oct 15, 2023
Merged

Change Batch to return arrays #1014

merged 2 commits into from
Oct 15, 2023

Conversation

atifaziz
Copy link
Member

This PR addresses issue #98.

@codecov
Copy link

codecov bot commented Oct 14, 2023

Codecov Report

Merging #1014 (f0a755f) into master (5eebc0a) will not change coverage.
The diff coverage is n/a.

❗ Current head f0a755f differs from pull request most recent head 7ad181c. Consider uploading reports for the commit 7ad181c to get more accurate results

@@           Coverage Diff           @@
##           master    #1014   +/-   ##
=======================================
  Coverage   92.57%   92.57%           
=======================================
  Files         113      113           
  Lines        3422     3422           
  Branches     1055     1055           
=======================================
  Hits         3168     3168           
  Misses        191      191           
  Partials       63       63           
Files Coverage Δ
MoreLinq/Batch.cs 98.07% <ø> (ø)

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

@atifaziz atifaziz linked an issue Oct 15, 2023 that may be closed by this pull request
@atifaziz atifaziz merged commit 189a054 into master Oct 15, 2023
2 checks passed
@atifaziz atifaziz deleted the batch-arrays branch October 15, 2023 08:19
julienasp pushed a commit to julienasp/MoreLINQ that referenced this pull request Nov 14, 2023
This is a squashed merge or PR morelinq#1014 that closes morelinq#98.
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.

Batch should return IEnumerable<T[]>
1 participant