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

feat(monad)!: add ensure extensions #26

Merged
merged 4 commits into from
Jul 21, 2024
Merged

feat(monad)!: add ensure extensions #26

merged 4 commits into from
Jul 21, 2024

Conversation

draekien
Copy link
Owner

This change removes the async Ok and Error methods that were accidentally exposed in the last monad version. As such it is a breaking change.

Copy link

codecov bot commented Jul 21, 2024

Codecov Report

Attention: Patch coverage is 85.36585% with 6 lines in your changes missing coverage. Please review.

Project coverage is 81.77%. Comparing base (98548d1) to head (df40755).

Files Patch % Lines
...luentUtils.Monad/Extensions/PipeAsyncExtensions.cs 76.92% 3 Missing ⚠️
src/FluentUtils.Monad/Extensions/PipeExtensions.cs 78.57% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #26      +/-   ##
==========================================
+ Coverage   81.66%   81.77%   +0.11%     
==========================================
  Files          60       63       +3     
  Lines         818      856      +38     
  Branches       64       67       +3     
==========================================
+ Hits          668      700      +32     
- Misses        131      137       +6     
  Partials       19       19              

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

@draekien draekien merged commit 232cd49 into main Jul 21, 2024
5 of 6 checks passed
@draekien draekien deleted the feature/monad-updates branch July 21, 2024 01:44
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.

1 participant