Skip to content
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

feat(INT-701): add support for return and throw #42

Merged
merged 3 commits into from
Sep 25, 2023

Conversation

koladilip
Copy link
Collaborator

Description of the change

Return and throw unlocks few more use cases like early exit from template.

Checklists

Development

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • The code changed/added as part of this pull request has been covered with tests
  • All tests related to the changed code pass in development

Code review

  • This pull request has a descriptive title and information useful to a reviewer. There may be a screenshot or screencast attached
  • Changes have been reviewed by at least one other engineer
  • Issue from task tracker has a link to this pull request

@github-actions
Copy link
Contributor

Coverage report

St.
Category Percentage Covered / Total
🟢 Statements 100% 3163/3163
🟢 Branches 100% 837/837
🟢 Functions 100% 250/250
🟢 Lines 100% 3163/3163

Test suite run success

78 tests passing in 2 suites.

Report generated by 🧪jest coverage report action from f021cb1

@koladilip koladilip requested review from utsabc and saikumarrs and removed request for sauravlal15 and mihir-4116 September 25, 2023 05:19
@koladilip koladilip merged commit ef15065 into main Sep 25, 2023
4 checks passed
@koladilip koladilip deleted the feat.add-support-for-return-and-throw branch September 25, 2023 09:28
@github-actions github-actions bot mentioned this pull request Sep 25, 2023
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.

2 participants