Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support dependent types in variable #1226

Open
wants to merge 9 commits into
base: main
Choose a base branch
from

resolve: test passed for variable rules

966b3c6
Select commit
Loading
Failed to load commit list.
Open

Support dependent types in variable #1226

resolve: test passed for variable rules
966b3c6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 7, 2025 in 0s

83.23% (-0.16%) compared to 511c97f

View this Pull Request on Codecov

83.23% (-0.16%) compared to 511c97f

Details

Codecov Report

Attention: Patch coverage is 60.49383% with 32 lines in your changes missing coverage. Please review.

Project coverage is 83.23%. Comparing base (511c97f) to head (966b3c6).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ain/java/org/aya/resolve/visitor/StmtResolver.java 53.84% 9 Missing and 3 partials ⚠️
...a/resolve/visitor/VariableDependencyCollector.java 68.96% 5 Missing and 4 partials ⚠️
...a/org/aya/resolve/error/CyclicDependencyError.java 0.00% 6 Missing ⚠️
...ain/java/org/aya/resolve/visitor/ExprResolver.java 75.00% 2 Missing and 3 partials ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1226      +/-   ##
============================================
- Coverage     83.38%   83.23%   -0.16%     
- Complexity     4219     4228       +9     
============================================
  Files           384      386       +2     
  Lines         12213    12288      +75     
  Branches       1406     1422      +16     
============================================
+ Hits          10184    10228      +44     
- Misses         1283     1304      +21     
- Partials        746      756      +10     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.