remove application-config-path dependency#5547
Conversation
Overall package sizeSelf size: 9.24 MB Dependency sizes
🤖 This report was automatically generated by heaviest-objects-in-the-universe |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #5547 +/- ##
==========================================
- Coverage 79.32% 79.26% -0.07%
==========================================
Files 513 512 -1
Lines 23264 23192 -72
==========================================
- Hits 18455 18383 -72
Misses 4809 4809 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
BenchmarksBenchmark execution time: 2025-04-07 20:21:47 Comparing candidate commit 60e390b in PR branch Found 0 performance improvements and 0 performance regressions! Performance is the same for 944 metrics, 19 unstable metrics. |
Datadog ReportBranch report: ✅ 0 Failed, 925 Passed, 0 Skipped, 13m 42.23s Total Time |
What does this PR do?
Remove
application-config-pathdependency.Motivation
Having a dependency for the release proposal script makes it more difficult to automate quickly without pulling all dependencies, and also it turned out to be possible to replicate the same behaviour with 1 line of code per platform, so no need for an external dependency just for that.