Replaced unsafe ptr logic with chained split_at_mut in DenseMatrix an…#371
Open
jackpots28 wants to merge 6 commits into
Open
Replaced unsafe ptr logic with chained split_at_mut in DenseMatrix an…#371jackpots28 wants to merge 6 commits into
jackpots28 wants to merge 6 commits into
Codecov / codecov/project
failed
May 27, 2026 in 1s
44.12% (-1.47%) compared to 70d8a0f
View this Pull Request on Codecov
44.12% (-1.47%) compared to 70d8a0f
Details
Codecov Report
❌ Patch coverage is 32.03125% with 87 lines in your changes missing coverage. Please review.
✅ Project coverage is 44.12%. Comparing base (70d8a0f) to head (7d968c4).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| src/linalg/basic/matrix.rs | 31.49% | 87 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## development #371 +/- ##
===============================================
- Coverage 45.59% 44.12% -1.47%
===============================================
Files 93 94 +1
Lines 8034 8104 +70
===============================================
- Hits 3663 3576 -87
- Misses 4371 4528 +157 ☔ 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.
Loading