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: improve errors on field cast failures #2932

Merged
merged 1 commit into from
Oct 19, 2024

fix: improve errors on field cast failures

e4bd1df
Select commit
Loading
Failed to load commit list.
Merged

fix: improve errors on field cast failures #2932

fix: improve errors on field cast failures
e4bd1df
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 19, 2024 in 1s

72.36% (+0.00%) compared to a846879

View this Pull Request on Codecov

72.36% (+0.00%) compared to a846879

Details

Codecov Report

Attention: Patch coverage is 92.85714% with 1 line in your changes missing coverage. Please review.

Project coverage is 72.36%. Comparing base (a846879) to head (e4bd1df).

Files with missing lines Patch % Lines
crates/core/src/operations/cast/mod.rs 92.85% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2932   +/-   ##
=======================================
  Coverage   72.35%   72.36%           
=======================================
  Files         131      131           
  Lines       40586    40599   +13     
  Branches    40586    40599   +13     
=======================================
+ Hits        29368    29379   +11     
  Misses       9333     9333           
- Partials     1885     1887    +2     

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