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

Refactor traffic replayer into three files #558

Refactor "Core" parts of TrafficReplayerTopLevel out into a separate …

02027a1
Select commit
Loading
Failed to load commit list.
Merged

Refactor traffic replayer into three files #558

Refactor "Core" parts of TrafficReplayerTopLevel out into a separate …
02027a1
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 6, 2024 in 0s

76.31% (-0.34%) compared to 5865ca3

View this Pull Request on Codecov

76.31% (-0.34%) compared to 5865ca3

Details

Codecov Report

Attention: Patch coverage is 67.17063% with 152 lines in your changes are missing coverage. Please review.

Project coverage is 76.31%. Comparing base (5865ca3) to head (02027a1).
Report is 6 commits behind head on main.

Files Patch % Lines
...nsearch/migrations/replay/TrafficReplayerCore.java 72.16% 31 Missing and 23 partials ⚠️
...rch/migrations/replay/TrafficReplayerTopLevel.java 69.46% 40 Missing and 11 partials ⚠️
...ns/tracing/ActiveContextTrackerByActivityType.java 21.05% 15 Missing ⚠️
.../opensearch/migrations/replay/TrafficReplayer.java 0.00% 10 Missing ⚠️
...ch/migrations/tracing/CompositeContextTracker.java 27.27% 8 Missing ⚠️
...earch/migrations/tracing/ActiveContextTracker.java 54.54% 5 Missing ⚠️
...opensearch/migrations/tracing/BaseSpanContext.java 66.66% 0 Missing and 3 partials ⚠️
...arch/migrations/tracing/LoggingContextMonitor.java 0.00% 3 Missing ⚠️
...ficcapture/kafkaoffloader/KafkaCaptureFactory.java 50.00% 1 Missing ⚠️
...opensearch/migrations/tracing/RootOtelContext.java 83.33% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main     #554      +/-   ##
============================================
- Coverage     76.64%   76.31%   -0.34%     
- Complexity     1414     1432      +18     
============================================
  Files           155      161       +6     
  Lines          6033     6104      +71     
  Branches        543      543              
============================================
+ Hits           4624     4658      +34     
- Misses         1044     1078      +34     
- Partials        365      368       +3     

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