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 LaunchDarkly and OpenFeature integration #3648

Merged
merged 38 commits into from
Nov 4, 2024

Merge branch 'master' into cmanallen/flags-open-feature-integration

200917f
Select commit
Loading
Failed to load commit list.
Merged

Add LaunchDarkly and OpenFeature integration #3648

Merge branch 'master' into cmanallen/flags-open-feature-integration
200917f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 4, 2024 in 0s

84.33% (+0.04%) compared to d06a189

View this Pull Request on Codecov

84.33% (+0.04%) compared to d06a189

Details

Codecov Report

Attention: Patch coverage is 89.52381% with 11 lines in your changes missing coverage. Please review.

Project coverage is 84.33%. Comparing base (d06a189) to head (200917f).

✅ All tests successful. No failed tests found.

Files with missing lines Patch % Lines
sentry_sdk/flag_utils.py 82.60% 4 Missing ⚠️
sentry_sdk/integrations/openfeature.py 84.00% 2 Missing and 2 partials ⚠️
sentry_sdk/integrations/launchdarkly.py 91.17% 2 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3648      +/-   ##
==========================================
+ Coverage   84.29%   84.33%   +0.04%     
==========================================
  Files         133      136       +3     
  Lines       14262    14367     +105     
  Branches     2405     2417      +12     
==========================================
+ Hits        12022    12117      +95     
- Misses       1489     1497       +8     
- Partials      751      753       +2     
Files with missing lines Coverage Δ
sentry_sdk/_lru_cache.py 100.00% <100.00%> (ø)
sentry_sdk/consts.py 99.51% <ø> (ø)
sentry_sdk/scope.py 88.51% <100.00%> (+0.30%) ⬆️
sentry_sdk/integrations/launchdarkly.py 91.17% <91.17%> (ø)
sentry_sdk/flag_utils.py 82.60% <82.60%> (ø)
sentry_sdk/integrations/openfeature.py 84.00% <84.00%> (ø)