Skip to content

Conversation

@SharonGoliath
Copy link
Collaborator

No description provided.

@codecov
Copy link

codecov bot commented Jun 5, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 93.64%. Comparing base (e9b122e) to head (978e5e3).
Report is 9 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main     #194      +/-   ##
==========================================
+ Coverage   93.56%   93.64%   +0.07%     
==========================================
  Files          26       26              
  Lines        8678     8689      +11     
==========================================
+ Hits         8120     8137      +17     
+ Misses        558      552       -6     

☔ 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.


def _to_float(value):
return float(value) if value is not None else None
try:
Copy link
Contributor

Choose a reason for hiding this comment

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

This changes the whole meaning of the function and can break existing functionality (if it exists). IMO, a better way would be to have a different method _extract_float(value) or similar which would imply best effort.

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