-
Notifications
You must be signed in to change notification settings - Fork 28
fix 529 #565
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
fix 529 #565
Conversation
WalkthroughModified _format_values in dascore/utils/patch.py to truncate Patch object representations to "Patch..." in history strings. Added a unit test asserting truncation, absence of detailed content, and a maximum length constraint. Changes
Pre-merge checks and finishing touches❌ Failed checks (1 warning, 1 inconclusive)
✅ Passed checks (3 passed)
✨ Finishing touches
🧪 Generate unit tests (beta)
📜 Recent review detailsConfiguration used: CodeRabbit UI Review profile: CHILL Plan: Pro 📒 Files selected for processing (2)
🧰 Additional context used🧬 Code graph analysis (2)dascore/utils/patch.py (1)
tests/test_utils/test_patch_utils.py (2)
🪛 Ruff (0.13.3)tests/test_utils/test_patch_utils.py196-196: Unused function argument: (ARG001) ⏰ Context from checks skipped due to timeout of 90000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (18)
🔇 Additional comments (2)
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 |
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #565 +/- ##
=======================================
Coverage 99.92% 99.92%
=======================================
Files 127 127
Lines 10622 10624 +2
=======================================
+ Hits 10614 10616 +2
Misses 8 8
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:
|
CodSpeed Performance ReportMerging #565 will not alter performanceComparing Summary
|
This PR fixes #529 by truncating the patch representation in history strings.
Description
Checklist
I have (if applicable):
Summary by CodeRabbit