Skip to content

feat: add helper methods for console#1219

Merged
hwbrzzl merged 11 commits intogoravel:masterfrom
zoryamba:add-helper-methods-for-console-context
Oct 5, 2025
Merged

feat: add helper methods for console#1219
hwbrzzl merged 11 commits intogoravel:masterfrom
zoryamba:add-helper-methods-for-console-context

Conversation

@zoryamba
Copy link
Contributor

@zoryamba zoryamba commented Oct 3, 2025

📑 Description

Closes goravel/goravel#729

Added some helper methods requested in the issue

Screenshot 2025-10-04 at 19 37 33

✅ Checks

  • Added test cases for my code

@zoryamba zoryamba requested a review from a team as a code owner October 3, 2025 23:57
@codecov
Copy link

codecov bot commented Oct 3, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 66.66%. Comparing base (4ed51dd) to head (129a527).
⚠️ Report is 6 commits behind head on master.

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.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Copy link
Member

@krishankumar01 krishankumar01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice 👍, please add a screenshot of the new methods’ output in the description.

Copy link
Contributor

@hwbrzzl hwbrzzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nice, thanks 👍

@zoryamba zoryamba requested a review from hwbrzzl October 4, 2025 17:27
Copy link
Member

@krishankumar01 krishankumar01 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Test cases look good, just a couple of nitpicks.

Copy link
Contributor

@hwbrzzl hwbrzzl left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks, perfect 💯

@hwbrzzl hwbrzzl merged commit 76b76b5 into goravel:master Oct 5, 2025
13 of 14 checks passed
@hwbrzzl
Copy link
Contributor

hwbrzzl commented Oct 5, 2025

Thanks, added you to the contributor list.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add Divider, Green, Red, etc. method for console.Context

3 participants