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 missing exception raise in _val_is_numeric() and _val_is_str() #510

Merged
merged 2 commits into from
Nov 23, 2024

Conversation

jrycw
Copy link
Collaborator

@jrycw jrycw commented Nov 16, 2024

Hello Team,

While reviewing these two functions, I noticed that a ValueError exception is created but not raised.
I suspect this might be a bug, but please feel free to correct me if this behavior is intentional.

Copy link

codecov bot commented Nov 16, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 88.91%. Comparing base (336e688) to head (837ca8f).
Report is 8 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #510   +/-   ##
=======================================
  Coverage   88.91%   88.91%           
=======================================
  Files          44       44           
  Lines        5212     5212           
=======================================
  Hits         4634     4634           
  Misses        578      578           

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


🚨 Try these New Features:

@machow machow self-requested a review November 23, 2024 00:11
Copy link
Collaborator

@machow machow left a comment

Choose a reason for hiding this comment

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

ah thanks, lgtm! @rich-iannone do you want to merge?

@rich-iannone rich-iannone merged commit 4771178 into posit-dev:main Nov 23, 2024
13 checks passed
@jrycw jrycw deleted the fix-raise branch November 23, 2024 03:29
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.

3 participants