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

#![no_std] #343

Merged
merged 4 commits into from
Feb 4, 2025

fix doctests

77f7a9f
Select commit
Loading
Failed to load commit list.
Merged

#![no_std] #343

fix doctests
77f7a9f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2025 in 0s

51.60% (-0.38%) compared to 3fa1aad, passed because coverage increased by 0.73% when compared to adjusted base (50.87%)

View this Pull Request on Codecov

51.60% (-0.38%) compared to 3fa1aad, passed because coverage increased by 0.73% when compared to adjusted base (50.87%)

Details

Codecov Report

Attention: Patch coverage is 59.38865% with 93 lines in your changes missing coverage. Please review.

Project coverage is 51.60%. Comparing base (3fa1aad) to head (77f7a9f).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
src/util.rs 42.10% 55 Missing ⚠️
src/session/builder/impl_options.rs 0.00% 6 Missing ⚠️
src/value/type.rs 40.00% 6 Missing ⚠️
src/error.rs 20.00% 4 Missing ⚠️
src/session/mod.rs 63.63% 4 Missing ⚠️
src/value/impl_tensor/create.rs 60.00% 4 Missing ⚠️
src/value/impl_map.rs 70.00% 3 Missing ⚠️
src/environment.rs 85.71% 2 Missing ⚠️
src/operator/kernel.rs 0.00% 2 Missing ⚠️
src/session/builder/impl_commit.rs 66.66% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #343      +/-   ##
==========================================
- Coverage   51.98%   51.60%   -0.38%     
==========================================
  Files          42       42              
  Lines        2774     2866      +92     
==========================================
+ Hits         1442     1479      +37     
- Misses       1332     1387      +55     

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