Add variable support with load, store, and lea instructions#65
Open
RealA10N wants to merge 8 commits into
Open
Add variable support with load, store, and lea instructions#65RealA10N wants to merge 8 commits into
RealA10N wants to merge 8 commits into
Codecov / codecov/project
succeeded
Mar 18, 2026 in 0s
41.89% (+0.88%) compared to 661e744
View this Pull Request on Codecov
41.89% (+0.88%) compared to 661e744
Details
Codecov Report
❌ Patch coverage is 35.49618% with 169 lines in your changes missing coverage. Please review.
✅ Project coverage is 41.89%. Comparing base (661e744) to head (63d32ca).
| Files with missing lines | Patch % | Lines |
|---|---|---|
| usm/isa/lea.go | 0.00% | 49 Missing |
| usm/isa/store.go | 0.00% | 40 Missing |
| usm/isa/load.go | 0.00% | 37 Missing |
| usm/managers/variables.go | 13.33% | 13 Missing |
| gen/type_referenced_info.go | 75.00% | 5 Missing and 3 partials |
| gen/variable_argument.go | 70.00% | 5 Missing and 1 partial |
| gen/translate.go | 37.50% | 5 Missing |
| parse/function.go | 90.62% | 2 Missing and 1 partial |
| usm/managers/instructions.go | 0.00% | 3 Missing |
| gen/variable_info.go | 0.00% | 2 Missing |
| ... and 3 more |
Additional details and impacted files
@@ Coverage Diff @@
## main #65 +/- ##
==========================================
+ Coverage 41.00% 41.89% +0.88%
==========================================
Files 123 130 +7
Lines 3790 4039 +249
==========================================
+ Hits 1554 1692 +138
- Misses 2134 2238 +104
- Partials 102 109 +7 ☔ 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.
Loading