Refactor arithmetic ops to use std::variant + std::visit #723
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).
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.
Loading