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

Initial class related code #1106

Merged
merged 12 commits into from
Jun 9, 2024

test: parse a class

d4091bb
Select commit
Loading
Failed to load commit list.
Merged

Initial class related code #1106

test: parse a class
d4091bb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jun 9, 2024 in 0s

78.72% (-0.29%) compared to aabbc82

View this Pull Request on Codecov

78.72% (-0.29%) compared to aabbc82

Details

Codecov Report

Attention: Patch coverage is 55.43478% with 41 lines in your changes missing coverage. Please review.

Project coverage is 78.72%. Comparing base (aabbc82) to head (d4091bb).
Report is 1 commits behind head on main.

Files Patch % Lines
...x/src/main/java/org/aya/prettier/CorePrettier.java 27.27% 8 Missing ⚠️
.../java/org/aya/resolve/visitor/StmtPreResolver.java 0.00% 5 Missing ⚠️
...ain/java/org/aya/resolve/visitor/StmtResolver.java 50.00% 5 Missing ⚠️
...c/main/java/org/aya/compiler/ModuleSerializer.java 0.00% 4 Missing ⚠️
base/src/main/java/org/aya/tyck/StmtTycker.java 25.00% 2 Missing and 1 partial ⚠️
...er/src/main/java/org/aya/producer/AyaProducer.java 82.35% 0 Missing and 3 partials ⚠️
...rc/main/java/org/aya/syntax/core/def/ClassDef.java 0.00% 2 Missing ⚠️
...c/main/java/org/aya/syntax/core/def/MemberDef.java 0.00% 2 Missing ⚠️
.../main/java/org/aya/syntax/core/def/TyckAnyDef.java 0.00% 2 Missing ⚠️
...ax/src/main/java/org/aya/syntax/ref/MemberVar.java 66.66% 2 Missing ⚠️
... and 5 more
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1106      +/-   ##
============================================
- Coverage     79.01%   78.72%   -0.29%     
- Complexity     3231     3237       +6     
============================================
  Files           294      298       +4     
  Lines          9828     9887      +59     
  Branches       1168     1172       +4     
============================================
+ Hits           7766     7784      +18     
- Misses         1416     1451      +35     
- Partials        646      652       +6     

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