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

Replace all instances of StatsError with custom error types or Option<T> #284

Merged
merged 8 commits into from
Sep 12, 2024

refactor!: Remove `StatsError`

e87cde0
Select commit
Loading
Failed to load commit list.
Merged

Replace all instances of StatsError with custom error types or Option<T> #284

refactor!: Remove `StatsError`
e87cde0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 12, 2024 in 0s

93.94% (target 90.00%)

View this Pull Request on Codecov

93.94% (target 90.00%)

Details

Codecov Report

Attention: Patch coverage is 81.42857% with 26 lines in your changes missing coverage. Please review.

Project coverage is 93.94%. Comparing base (1f8e00a) to head (e87cde0).

Files with missing lines Patch % Lines
src/function/beta.rs 84.88% 13 Missing ⚠️
src/function/gamma.rs 70.58% 5 Missing ⚠️
src/statistics/iter_statistics.rs 0.00% 4 Missing ⚠️
src/function/exponential.rs 57.14% 3 Missing ⚠️
src/distribution/multivariate_normal.rs 92.85% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #284      +/-   ##
==========================================
+ Coverage   93.75%   93.94%   +0.19%     
==========================================
  Files          53       52       -1     
  Lines       11800    11783      -17     
==========================================
+ Hits        11063    11070       +7     
+ Misses        737      713      -24     

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