Skip to content

so, clippy actually produces code which does not conform with the fmtโ€ฆ

5dcbf40
Select commit
Loading
Failed to load commit list.
Open

Feature/generic ensemble #366

so, clippy actually produces code which does not conform with the fmtโ€ฆ
5dcbf40
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Apr 5, 2026 in 0s

44.27% (-1.33%) compared to 70d8a0f

View this Pull Request on Codecov

44.27% (-1.33%) compared to 70d8a0f

Details

Codecov Report

โŒ Patch coverage is 31.39535% with 118 lines in your changes missing coverage. Please review.
โœ… Project coverage is 44.27%. Comparing base (70d8a0f) to head (5dcbf40).
โš ๏ธ Report is 14 commits behind head on development.

Files with missing lines Patch % Lines
src/ensemble/generic_ensemble.rs 29.19% 114 Missing โš ๏ธ
src/ensemble/base_forest_regressor.rs 0.00% 1 Missing โš ๏ธ
src/ensemble/random_forest_classifier.rs 0.00% 1 Missing โš ๏ธ
src/numbers/realnum.rs 0.00% 1 Missing โš ๏ธ
src/tree/base_tree_regressor.rs 0.00% 1 Missing โš ๏ธ
Additional details and impacted files
@@               Coverage Diff               @@
##           development     #366      +/-   ##
===============================================
- Coverage        45.59%   44.27%   -1.33%     
===============================================
  Files               93       96       +3     
  Lines             8034     8195     +161     
===============================================
- Hits              3663     3628      -35     
- Misses            4371     4567     +196     

โ˜” View full report in Codecov by Sentry.
๐Ÿ“ข Have feedback on the report? Share it here.

๐Ÿš€ New features to boost your workflow:
  • โ„๏ธ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.