Refactor arithmetic ops to use std::variant + std::visit #723
Codecov / codecov/project
succeeded
Mar 31, 2026 in 0s
36.18% (+3.83%) compared to e87c3a2
View this Pull Request on Codecov
36.18% (+3.83%) compared to e87c3a2
Details
Codecov Report
❌ Patch coverage is 15.72387% with 879 lines in your changes missing coverage. Please review.
✅ Project coverage is 36.18%. Comparing base (e87c3a2) to head (d60ea7f).
Additional details and impacted files
@@ Coverage Diff @@
## master #723 +/- ##
==========================================
+ Coverage 32.35% 36.18% +3.83%
==========================================
Files 215 213 -2
Lines 36363 30579 -5784
Branches 14597 12655 -1942
==========================================
- Hits 11764 11065 -699
+ Misses 22659 17679 -4980
+ Partials 1940 1835 -105 ☔ 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