-
Notifications
You must be signed in to change notification settings - Fork 375
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
Clean Ruby 3.x Gemfiles #4211
Clean Ruby 3.x Gemfiles #4211
Conversation
BenchmarksBenchmark execution time: 2024-12-11 16:04:12 Comparing candidate commit ee5f6e1 in PR branch Found 1 performance improvements and 0 performance regressions! Performance is the same for 30 metrics, 2 unstable metrics. scenario:tracing - Propagation - Datadog
|
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4211 +/- ##
==========================================
- Coverage 97.76% 97.76% -0.01%
==========================================
Files 1357 1357
Lines 82130 82130
Branches 4174 4174
==========================================
- Hits 80298 80297 -1
- Misses 1832 1833 +1 ☔ View full report in Codecov by Sentry. |
2a9e681
to
830c09d
Compare
Datadog ReportBranch report: ✅ 0 Failed, 22069 Passed, 1458 Skipped, 5m 23.71s Total Time |
407ac47
to
481f270
Compare
What does this PR do?
This PR removes
if
statements and alphabetizesruby-3.x.gemfile
s.Motivation:
Since gemfiles are no longer symlinked, we can begin removing
if
statements and generally cleaning each file.Change log entry
None.
Additional Notes:
N/A
How to test the change?
Green CI.