feat: add helper methods for console#1219
Merged
hwbrzzl merged 11 commits intogoravel:masterfrom Oct 5, 2025
Merged
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #1219 +/- ##
==========================================
- Coverage 67.75% 66.66% -1.10%
==========================================
Files 236 237 +1
Lines 15486 15879 +393
==========================================
+ Hits 10493 10585 +92
- Misses 4628 4928 +300
- Partials 365 366 +1 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Member
krishankumar01
left a comment
There was a problem hiding this comment.
Nice 👍, please add a screenshot of the new methods’ output in the description.
Member
krishankumar01
left a comment
There was a problem hiding this comment.
Test cases look good, just a couple of nitpicks.
Contributor
|
Thanks, added you to the contributor list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
📑 Description
Closes goravel/goravel#729
Added some helper methods requested in the issue
✅ Checks