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

Consolidate error formatting between AssertCount and Fold #929

Merged
merged 1 commit into from
Jan 16, 2023

Conversation

atifaziz
Copy link
Member

The formatting of the error message was duplicated between AssertCount and Fold. This PR consolidates that duplication by using a common formatting method.

@codecov
Copy link

codecov bot commented Jan 16, 2023

Codecov Report

Merging #929 (54586d6) into master (15f35f0) will decrease coverage by 0.01%.
The diff coverage is 100.00%.

❗ Current head 54586d6 differs from pull request most recent head 4315fda. Consider uploading reports for the commit 4315fda to get more accurate results

@@            Coverage Diff             @@
##           master     #929      +/-   ##
==========================================
- Coverage   92.41%   92.39%   -0.02%     
==========================================
  Files         112      112              
  Lines        3430     3421       -9     
  Branches     1019     1017       -2     
==========================================
- Hits         3170     3161       -9     
  Misses        199      199              
  Partials       61       61              
Impacted Files Coverage Δ
MoreLinq/AssertCount.cs 96.42% <100.00%> (-0.45%) ⬇️
MoreLinq/Fold.cs 97.87% <100.00%> (-0.21%) ⬇️

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

@atifaziz atifaziz merged commit 4315fda into morelinq:master Jan 16, 2023
@atifaziz atifaziz deleted the seq-len-err-msg branch January 16, 2023 20:53
@atifaziz atifaziz mentioned this pull request Jan 16, 2023
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.

None yet

2 participants