Externalize builtins and fix bugs #637
Merged
Codecov / codecov/project
succeeded
Oct 11, 2024 in 0s
87.94% (+0.15%) compared to b8eba08
View this Pull Request on Codecov
87.94% (+0.15%) compared to b8eba08
Details
Codecov Report
Attention: Patch coverage is 93.47181%
with 22 lines
in your changes missing coverage. Please review.
Project coverage is 87.94%. Comparing base (
b8eba08
) to head (4040e7a
).
Files with missing lines | Patch % | Lines |
---|---|---|
src/exo/extern.py | 80.00% | 4 Missing |
src/exo/parse_fragment.py | 60.00% | 4 Missing |
src/exo/pyparser.py | 86.36% | 3 Missing |
src/exo/API_cursors.py | 75.00% | 2 Missing |
src/exo/LoopIR_unification.py | 33.33% | 2 Missing |
src/exo/prec_analysis.py | 91.30% | 2 Missing |
src/exo/stdlib/inspection.py | 33.33% | 2 Missing |
src/exo/API.py | 80.00% | 1 Missing |
src/exo/LoopIR_compiler.py | 95.45% | 1 Missing |
src/exo/LoopIR_pprint.py | 50.00% | 1 Missing |
Additional details and impacted files
@@ Coverage Diff @@
## main #637 +/- ##
==========================================
+ Coverage 87.78% 87.94% +0.15%
==========================================
Files 84 86 +2
Lines 20721 20903 +182
==========================================
+ Hits 18190 18383 +193
+ Misses 2531 2520 -11
☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.
Loading