-
Notifications
You must be signed in to change notification settings - Fork 377
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 2.x Gemfiles #4212
Clean Ruby 2.x Gemfiles #4212
Conversation
BenchmarksBenchmark execution time: 2024-12-11 16:04:05 Comparing candidate commit 57c4e2c in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #4212 +/- ##
==========================================
- Coverage 97.76% 97.76% -0.01%
==========================================
Files 1357 1357
Lines 82130 82130
Branches 4174 4174
==========================================
- Hits 80298 80294 -4
- Misses 1832 1836 +4 ☔ View full report in Codecov by Sentry. |
2e53c99
to
ae88baa
Compare
Datadog ReportBranch report: ✅ 0 Failed, 22079 Passed, 1458 Skipped, 6m 13.95s Total Time |
02791b7
to
a8619ca
Compare
What does this PR do?
This PR removes
if
statements and alphabetizesruby-2.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.