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

fix: Fix ArgumentOutOfRangeException for empty hooks #187

Merged
merged 2 commits into from
Jan 17, 2024

Apply #if/#else patch for lower TFMs

db49121
Select commit
Loading
Failed to load commit list.
Merged

fix: Fix ArgumentOutOfRangeException for empty hooks #187

Apply #if/#else patch for lower TFMs
db49121
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 17, 2024 in 0s

94.11% (-0.63%) compared to a6062fe

View this Pull Request on Codecov

94.11% (-0.63%) compared to a6062fe

Details

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (a6062fe) 94.73% compared to head (db49121) 94.11%.

Files Patch % Lines
src/OpenFeature/OpenFeatureClient.cs 54.54% 2 Missing and 3 partials ⚠️
src/OpenFeature/Api.cs 81.81% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #187      +/-   ##
==========================================
- Coverage   94.73%   94.11%   -0.63%     
==========================================
  Files          23       23              
  Lines         931      951      +20     
  Branches       93      101       +8     
==========================================
+ Hits          882      895      +13     
- Misses         29       32       +3     
- Partials       20       24       +4     

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