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

Add Throw operator #247

Merged
merged 1 commit into from
Feb 25, 2023
Merged

Add Throw operator #247

merged 1 commit into from
Feb 25, 2023

Conversation

viceroypenguin
Copy link
Owner

This PR migrates the Throw operator from System.Interactive.

Fixes #245

@viceroypenguin viceroypenguin added this to the 5.0.0 milestone Feb 25, 2023
@viceroypenguin viceroypenguin linked an issue Feb 25, 2023 that may be closed by this pull request
@codecov
Copy link

codecov bot commented Feb 25, 2023

Codecov Report

Base: 87.17% // Head: 87.21% // Increases project coverage by +0.03% 🎉

Coverage data is based on head (5780c29) compared to base (03fe7d1).
Patch coverage: 100.00% of modified lines in pull request are covered.

Additional details and impacted files
@@                      Coverage Diff                       @@
##           replace-System.Interactive     #247      +/-   ##
==============================================================
+ Coverage                       87.17%   87.21%   +0.03%     
==============================================================
  Files                             210      211       +1     
  Lines                            6162     6165       +3     
  Branches                         1430     1430              
==============================================================
+ Hits                             5372     5377       +5     
+ Misses                            440      438       -2     
  Partials                          350      350              
Impacted Files Coverage Δ
Source/SuperLinq/Throw.cs 100.00% <100.00%> (ø)
Source/SuperLinq.Async/ConcurrentMerge.cs 98.71% <0.00%> (+2.56%) ⬆️

Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here.

☔ View full report at Codecov.
📢 Do you have feedback about the report comment? Let us know in this issue.

@viceroypenguin viceroypenguin merged commit fae7dbb into replace-System.Interactive Feb 25, 2023
@viceroypenguin viceroypenguin deleted the throw branch February 25, 2023 15:15
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.

(Replace System.Interactive) Throw
1 participant