Replace docstring with option_description in cli_doc marker#2839
Replace docstring with option_description in cli_doc marker#2839
Conversation
|
Warning Rate limit exceeded@koxudaxi has exceeded the limit for the number of commits that can be reviewed per hour. Please wait 5 minutes and 35 seconds before requesting another review. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. 📒 Files selected for processing (16)
✨ Finishing touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
🤖 Generated by GitHub Actions
|
📚 Docs Preview: https://pr-2839.datamodel-code-generator.pages.dev |
CodSpeed Performance ReportMerging #2839 will degrade performance by 17.14%Comparing
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | test_perf_large_models_pydantic_v2 |
3.1 s | 3.7 s | -16.8% |
| ❌ | WallTime | test_perf_duplicate_names |
865.8 ms | 1,028.8 ms | -15.84% |
| ❌ | WallTime | test_perf_kubernetes_style_pydantic_v2 |
2.3 s | 2.8 s | -17.03% |
| ❌ | WallTime | test_perf_stripe_style_pydantic_v2 |
1.8 s | 2.1 s | -15.73% |
| ❌ | WallTime | test_perf_deep_nested |
5.3 s | 6.4 s | -15.97% |
| ❌ | WallTime | test_perf_complex_refs |
1.8 s | 2.2 s | -16.72% |
| ❌ | WallTime | test_perf_graphql_style_pydantic_v2 |
720 ms | 858.1 ms | -16.09% |
| ❌ | WallTime | test_perf_all_options_enabled |
5.8 s | 6.7 s | -14.02% |
| ❌ | WallTime | test_perf_multiple_files_input |
3.2 s | 3.8 s | -15.35% |
| ❌ | WallTime | test_perf_openapi_large |
2.5 s | 3 s | -15.53% |
| ❌ | WallTime | test_perf_aws_style_openapi_pydantic_v2 |
1.7 s | 2 s | -17.14% |
Footnotes
-
98 benchmarks were skipped, so the baseline results were used instead. If they were deleted from the codebase, click here and archive them to remove them from the performance reports. ↩
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2839 +/- ##
========================================
Coverage 99.51% 99.51%
========================================
Files 90 90
Lines 14100 14258 +158
Branches 1674 1697 +23
========================================
+ Hits 14031 14189 +158
Misses 37 37
Partials 32 32
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
🤖 Generated by GitHub Actions
🤖 Generated by GitHub Actions
Breaking Change AnalysisResult: No breaking changes detected Reasoning: This PR changes the internal mechanism for how CLI documentation is generated from tests. Specifically, it replaces the use of test function docstrings with an explicit Analysis of the changes:
The changes are entirely internal to the test infrastructure and documentation generation scripts:
These are internal development tools and test markers, not part of the public API that end users interact with. This analysis was performed by Claude Code Action |
|
🎉 Released in 0.51.0 This PR is now available in the latest release. See the release notes for details. |
No description provided.