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

(GH-123) Implicit operators added for Maybe and MaybeStruct. #124

Merged

Conversation

stefan-lindegger
Copy link
Member

Fixes #123.

@stefan-lindegger stefan-lindegger requested review from a team as code owners December 31, 2022 15:36
@codecov
Copy link

codecov bot commented Dec 31, 2022

Codecov Report

Merging #124 (33dece6) into develop (0e75fae) will not change coverage.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##           develop      #124   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files            5         5           
  Lines          127       129    +2     
  Branches        16        16           
=========================================
+ Hits           127       129    +2     
Impacted Files Coverage Δ
src/BBT.MaybePattern/Maybe.cs 100.00% <100.00%> (ø)
src/BBT.MaybePattern/MaybeStruct.cs 100.00% <100.00%> (ø)

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

@stefan-lindegger stefan-lindegger merged commit c510196 into bbtsoftware:develop Jan 2, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Add implicit operator
2 participants