chore: reverse sync java sdk with generator#348
Conversation
|
Warning Review limit reached
More reviews will be available in 25 minutes and 41 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ✨ 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 |
There was a problem hiding this comment.
Pull request overview
Syncs the generated Java SDK README formatting with the upstream SDK generator output, primarily through whitespace normalization and table-of-contents restructuring.
Changes:
- Re-indented and reordered the README Table of Contents to match generator output.
- Normalized markdown whitespace (removed trailing spaces, adjusted blank lines and list indentation).
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Codecov Report✅ All modified and coverable lines are covered by tests. ❌ Your project status has failed because the head coverage (38.47%) is below the target coverage (80.00%). You can increase the head coverage or adjust the target coverage. Additional details and impacted files@@ Coverage Diff @@
## main #348 +/- ##
=========================================
Coverage 38.47% 38.47%
Complexity 1267 1267
=========================================
Files 198 198
Lines 7704 7704
Branches 900 900
=========================================
Hits 2964 2964
Misses 4591 4591
Partials 149 149 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Description
Mostly some whitespace changes and ToC reordering to sync with the generator
SDK generator PR here : openfga/sdk-generator#706
What problem is being solved?
How is it being solved?
What changes are made to solve it?
References
Review Checklist
main