Skip to content

Improve matrix handling and cbind/rbind coverage - #78

Merged
t-kalinowski merged 12 commits into
mainfrom
matrix-handlers-tests
Jan 6, 2026
Merged

Improve matrix handling and cbind/rbind coverage#78
t-kalinowski merged 12 commits into
mainfrom
matrix-handlers-tests

Conversation

@t-kalinowski

Copy link
Copy Markdown
Owner

Summary

  • refactor r2f matrix handlers for clearer routing and TODO coverage
  • add a cbind TODO handler for unsupported cases
  • add cbind/rbind snapshots alongside new matrix aliasing coverage
  • stabilize OpenMP parallelism behavior around matrix workloads

@codecov

codecov Bot commented Jan 6, 2026

Copy link
Copy Markdown

Codecov Report

❌ Patch coverage is 87.14090% with 94 lines in your changes missing coverage. Please review.
✅ Project coverage is 88.11%. Comparing base (e8f625f) to head (e90fe2c).
⚠️ Report is 13 commits behind head on main.

Files with missing lines Patch % Lines
R/r2f-matrix-infer.R 74.25% 26 Missing ⚠️
R/compiler.R 69.23% 24 Missing ⚠️
R/r2f-matrix.R 89.67% 16 Missing ⚠️
R/r2f-aaa-registry.R 0.00% 9 Missing ⚠️
R/r2f.R 0.00% 8 Missing ⚠️
R/r2f-matrix-blas.R 97.44% 7 Missing ⚠️
R/quick.R 75.00% 2 Missing ⚠️
R/r2f-closures.R 95.65% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #78      +/-   ##
==========================================
- Coverage   88.70%   88.11%   -0.60%     
==========================================
  Files          17       22       +5     
  Lines        3737     3989     +252     
==========================================
+ Hits         3315     3515     +200     
- Misses        422      474      +52     

☔ 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.

@t-kalinowski
t-kalinowski merged commit cdf43db into main Jan 6, 2026
6 checks passed
@t-kalinowski
t-kalinowski deleted the matrix-handlers-tests branch January 6, 2026 13:37
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant