Skip to content

minor fix

42763ad
Select commit
Loading
Failed to load commit list.
Closed

Extend test coverage for sparse matrix block representations and related improvements #2406

minor fix
42763ad
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 27, 2026 in 0s

71.78% (+0.27%) compared to b394e32

View this Pull Request on Codecov

71.78% (+0.27%) compared to b394e32

Details

Codecov Report

❌ Patch coverage is 78.61272% with 37 lines in your changes missing coverage. Please review.
✅ Project coverage is 71.78%. Comparing base (b394e32) to head (42763ad).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...org/apache/sysds/runtime/data/SparseBlockMCSC.java 62.79% 9 Missing and 7 partials ⚠️
...org/apache/sysds/runtime/data/SparseBlockMCSR.java 68.42% 3 Missing and 3 partials ⚠️
...ava/org/apache/sysds/runtime/data/SparseBlock.java 78.26% 2 Missing and 3 partials ⚠️
.../org/apache/sysds/runtime/data/SparseBlockCSC.java 83.33% 3 Missing and 2 partials ⚠️
...org/apache/sysds/runtime/data/SparseBlockDCSR.java 89.65% 1 Missing and 2 partials ⚠️
.../org/apache/sysds/runtime/data/SparseBlockCOO.java 94.11% 0 Missing and 1 partial ⚠️
.../org/apache/sysds/runtime/data/SparseBlockCSR.java 83.33% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #2406      +/-   ##
============================================
+ Coverage     71.51%   71.78%   +0.27%     
- Complexity    47441    47645     +204     
============================================
  Files          1539     1539              
  Lines        182605   182671      +66     
  Branches      35916    35937      +21     
============================================
+ Hits         130585   131136     +551     
+ Misses        42028    41530     -498     
- Partials       9992    10005      +13     

☔ 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.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.