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

fix short-return type value in runtime-errors #521

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from

Conversation

csgui
Copy link
Collaborator

@csgui csgui commented Oct 2, 2024

fix #385

Implements ShortReturn::AssertionFailed error handling.
Implements ShortReturn::ExpectedValue error handling.

@csgui csgui marked this pull request as draft October 2, 2024 12:13
@csgui csgui force-pushed the fix/short-return-type-value branch from 90065bb to 97b229c Compare October 3, 2024 16:10
@csgui csgui force-pushed the fix/short-return-type-value branch 2 times, most recently from 5fe2a6f to e6a2288 Compare October 3, 2024 17:02
Copy link

codecov bot commented Oct 3, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 86.26%. Comparing base (3d8adaa) to head (a187115).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #521      +/-   ##
==========================================
+ Coverage   86.15%   86.26%   +0.10%     
==========================================
  Files          44       44              
  Lines       20968    21099     +131     
  Branches    20968    21099     +131     
==========================================
+ Hits        18066    18201     +135     
+ Misses       1361     1346      -15     
- Partials     1541     1552      +11     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@csgui csgui force-pushed the fix/short-return-type-value branch from e6a2288 to a645041 Compare October 7, 2024 13:30
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 value to ShortReturnType runtime error
1 participant