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

Implement TryFromJs for Either<L, R> #3822

Merged
merged 2 commits into from
Apr 26, 2024

Add explicit feature in Cargo.toml

d6e8e27
Select commit
Loading
Failed to load commit list.
Merged

Implement TryFromJs for Either<L, R> #3822

Add explicit feature in Cargo.toml
d6e8e27
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Apr 26, 2024 in 0s

50.27% (+3.03%) compared to 6ddc2b4

View this Pull Request on Codecov

50.27% (+3.03%) compared to 6ddc2b4

Details

Codecov Report

Attention: Patch coverage is 0% with 4 lines in your changes are missing coverage. Please review.

Project coverage is 50.27%. Comparing base (6ddc2b4) to head (d6e8e27).
Report is 146 commits behind head on main.

Files Patch % Lines
core/engine/src/value/conversions/either.rs 0.00% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3822      +/-   ##
==========================================
+ Coverage   47.24%   50.27%   +3.03%     
==========================================
  Files         476      462      -14     
  Lines       46892    45076    -1816     
==========================================
+ Hits        22154    22664     +510     
+ Misses      24738    22412    -2326     

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