-
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
supported versions workflow: fix parsing and modify gem names #4294
base: master
Are you sure you want to change the base?
Conversation
👋 Hey @DataDog/ruby-guild, please fill "Change log entry" section in the pull request description. If changes need to be present in CHANGELOG.md you can state it this way **Change log entry**
Yes. A brief summary to be placed into the CHANGELOG.md (possible answers Yes/Yep/Yeah) Or you can opt out like that **Change log entry**
None. (possible answers No/Nope/None) Visited at: 2025-01-15 22:37:10 UTC |
Datadog ReportBranch report: ✅ 0 Failed, 22182 Passed, 1476 Skipped, 5m 12.36s Total Time |
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## master #4294 +/- ##
=======================================
Coverage 97.71% 97.72%
=======================================
Files 1356 1356
Lines 82489 82491 +2
Branches 4219 4219
=======================================
+ Hits 80604 80612 +8
+ Misses 1885 1879 -6 ☔ View full report in Codecov by Sentry. |
BenchmarksBenchmark execution time: 2025-01-15 23:01:37 Comparing candidate commit 40fc101 in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 31 metrics, 2 unstable metrics. |
What does this PR do?
gemfile.lock
files instead of alsogemfile
filesaws
contrib to use theaws-sdk
gemhttp
contrib to usenet-http
gemhttpx
andmakara
:nil
means we do not support the integration,infinity
means we uselatest
Motivation:
Addition to #4210
Change log entry
Additional Notes:
How to test the change?