Skip to content

Refactor CompiledModule/ResolveInfo#1449

Merged
ice1000 merged 5 commits into
mainfrom
submodule-reexport-plan-b
Dec 25, 2025
Merged

Refactor CompiledModule/ResolveInfo#1449
ice1000 merged 5 commits into
mainfrom
submodule-reexport-plan-b

misc: fix conversations

090c8c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 24, 2025 in 0s

82.38% (-0.05%) compared to b43c5ea, passed because coverage increased by 0% when compared to adjusted base (82.38%)

View this Pull Request on Codecov

82.38% (-0.05%) compared to b43c5ea, passed because coverage increased by 0% when compared to adjusted base (82.38%)

Details

Codecov Report

❌ Patch coverage is 83.44371% with 25 lines in your changes missing coverage. Please review.
✅ Project coverage is 82.38%. Comparing base (b43c5ea) to head (090c8c0).
⚠️ Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...src/main/java/org/aya/compiler/CompiledModule.java 83.33% 14 Missing and 6 partials ⚠️
...x/src/main/java/org/aya/syntax/ref/ModulePath.java 60.00% 0 Missing and 2 partials ⚠️
.../java/org/aya/resolve/context/NoExportContext.java 50.00% 1 Missing ⚠️
syntax/src/main/java/org/aya/syntax/ref/QName.java 0.00% 1 Missing ⚠️
syntax/src/main/java/org/aya/syntax/ref/QPath.java 66.66% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1449      +/-   ##
============================================
- Coverage     82.43%   82.38%   -0.05%     
  Complexity     4549     4549              
============================================
  Files           393      393              
  Lines         13553    13597      +44     
  Branches       1684     1679       -5     
============================================
+ Hits          11172    11202      +30     
- Misses         1509     1526      +17     
+ Partials        872      869       -3     

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