Sync README quick-start recipes#3532
Conversation
|
Warning Review limit reached
Next review available in: 2 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (6)
✨ 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 |
|
📚 Docs Preview: https://pr-3532.datamodel-code-generator.pages.dev |
Merging this PR will degrade performance by 16.85%
|
| Mode | Benchmark | BASE |
HEAD |
Efficiency | |
|---|---|---|---|---|---|
| ❌ | WallTime | test_perf_large_models_pydantic_v2 |
2.9 s | 3.6 s | -19.93% |
| ❌ | WallTime | test_perf_deep_nested |
4.1 s | 5.1 s | -18.49% |
| ❌ | WallTime | test_perf_complex_refs |
1.6 s | 2 s | -17.9% |
| ❌ | WallTime | test_perf_all_options_enabled |
4.3 s | 5.3 s | -17.87% |
| ❌ | WallTime | test_perf_kubernetes_style_pydantic_v2 |
2.1 s | 2.5 s | -16.76% |
| ❌ | WallTime | test_perf_openapi_large |
2.4 s | 2.9 s | -16.46% |
| ❌ | WallTime | test_perf_aws_style_openapi_pydantic_v2 |
1.6 s | 1.9 s | -15.99% |
| ❌ | WallTime | test_perf_multiple_files_input |
2.9 s | 3.4 s | -15.84% |
| ❌ | WallTime | test_perf_duplicate_names |
851 ms | 1,005.5 ms | -15.37% |
| ❌ | WallTime | test_perf_stripe_style_pydantic_v2 |
1.6 s | 1.9 s | -15.3% |
| ❌ | WallTime | test_perf_graphql_style_pydantic_v2 |
648 ms | 764.6 ms | -15.25% |
Tip
Investigate this regression by commenting @codspeedbot fix this regression on this PR, or directly use the CodSpeed MCP with your agent.
Comparing docs-readme-recipe-sync (2789851) with main (0f09aee)
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. ↩
f142ce0 to
2789851
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #3532 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 158 159 +1
Lines 34254 34266 +12
Branches 4001 4001
=========================================
+ Hits 34254 34266 +12
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
Breaking Change AnalysisResult: No breaking changes detected Reasoning: This PR only modifies documentation files (README.md, docs/index.md, docs/llms-full.txt) and internal developer/build tooling (scripts/build_cli_docs.py, scripts/update_command_help_on_markdown.py) plus tests. The documentation changes are purely additive (new auto-generated "CLI option quick starts" sections). The script changes are internal dev tooling that generates docs and is not part of the installable datamodel_code_generator package — no user imports these scripts. Although update_command_help_on_markdown.py changed its import path and main() return type from Exit to int, this is a non-public build script, not a shipped API. None of the changes affect generated code output, the public Python API, CLI options, Jinja2 templates, default behaviors, Python version support, or error handling for end users. No removed lines in the diff correspond to any public option, class, enum, or function. This analysis was performed by Claude Code Action |
|
🎉 Released in 0.67.0 This PR is now available in the latest release. See the release notes for details. |
No description provided.