Skip to content

Refactor arithmetic ops to use std::variant + std::visit

9548e52
Select commit
Loading
Failed to load commit list.
Open

Refactor arithmetic ops to use std::variant + std::visit #723

Refactor arithmetic ops to use std::variant + std::visit
9548e52
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 1, 2025 in 0s

35.85% (+3.50%) compared to e87c3a2

View this Pull Request on Codecov

35.85% (+3.50%) compared to e87c3a2

Details

Codecov Report

❌ Patch coverage is 9.35094% with 824 lines in your changes missing coverage. Please review.
✅ Project coverage is 35.85%. Comparing base (e87c3a2) to head (9548e52).
⚠️ Report is 3 commits behind head on master.

Files with missing lines Patch % Lines
src/linalg/Mod.cpp 3.58% 188 Missing ⚠️
src/linalg/Div.cpp 4.10% 185 Missing and 2 partials ⚠️
src/linalg/Sub.cpp 7.69% 175 Missing and 5 partials ⚠️
src/linalg/Cpr.cpp 0.00% 108 Missing ⚠️
src/linalg/Add.cpp 24.07% 77 Missing and 5 partials ⚠️
src/linalg/Mul.cpp 26.85% 74 Missing and 5 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master     #723      +/-   ##
==========================================
+ Coverage   32.35%   35.85%   +3.50%     
==========================================
  Files         215      214       -1     
  Lines       36363    32020    -4343     
  Branches    14597    13303    -1294     
==========================================
- Hits        11764    11481     -283     
+ Misses      22659    18636    -4023     
+ Partials     1940     1903      -37     

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