Replace all instances of StatsError
with custom error types or Option<T>
#284
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.
Loading