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 4 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 from 4586738 to 5fe2a6f Compare October 3, 2024 16:52
@csgui csgui force-pushed the fix/short-return-type-value branch 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.17%. Comparing base (3d8adaa) to head (e6a2288).

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #521      +/-   ##
==========================================
+ Coverage   86.15%   86.17%   +0.01%     
==========================================
  Files          44       44              
  Lines       20968    21057      +89     
  Branches    20968    21057      +89     
==========================================
+ Hits        18066    18145      +79     
+ Misses       1361     1354       -7     
- Partials     1541     1558      +17     

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

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