Skip to content

Irrefutable Lambda #1283

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

Merged
merged 17 commits into from
Jan 20, 2025

fix: test

bbf7086
Select commit
Loading
Failed to load commit list.
Merged

Irrefutable Lambda #1283

fix: test
bbf7086
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project failed Jan 20, 2025 in 1s

83.38% (-0.04%) compared to 858c1d6

View this Pull Request on Codecov

83.38% (-0.04%) compared to 858c1d6

Details

Codecov Report

Attention: Patch coverage is 75.00000% with 14 lines in your changes missing coverage. Please review.

Project coverage is 83.38%. Comparing base (858c1d6) to head (bbf7086).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
...ax/src/main/java/org/aya/syntax/concrete/Expr.java 50.00% 5 Missing and 1 partial ⚠️
...ase/src/main/java/org/aya/resolve/salt/Desalt.java 80.00% 2 Missing and 1 partial ⚠️
...ain/java/org/aya/resolve/visitor/ExprResolver.java 50.00% 1 Missing ⚠️
...er/src/main/java/org/aya/producer/AyaProducer.java 93.33% 0 Missing and 1 partial ⚠️
...src/main/java/org/aya/syntax/concrete/Pattern.java 66.66% 1 Missing ⚠️
...tax/src/main/java/org/aya/syntax/ref/LocalVar.java 0.00% 1 Missing ⚠️
...in/java/org/aya/util/error/PosedUnaryOperator.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1283      +/-   ##
============================================
- Coverage     83.41%   83.38%   -0.04%     
- Complexity     4228     4239      +11     
============================================
  Files           385      385              
  Lines         12243    12289      +46     
  Branches       1411     1418       +7     
============================================
+ Hits          10213    10247      +34     
- Misses         1282     1291       +9     
- Partials        748      751       +3     

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