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

Better pat tyck #1268

Merged
merged 22 commits into from
Jan 4, 2025

import: fix source pos

df382d5
Select commit
Loading
Failed to load commit list.
Merged

Better pat tyck #1268

import: fix source pos
df382d5
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 4, 2025 in 0s

82.96% (+0.13%) compared to ba6e5d3

View this Pull Request on Codecov

82.96% (+0.13%) compared to ba6e5d3

Details

Codecov Report

Attention: Patch coverage is 92.24138% with 18 lines in your changes missing coverage. Please review.

Project coverage is 82.96%. Comparing base (ba6e5d3) to head (df382d5).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
.../java/org/aya/tyck/pat/iter/SignatureIterator.java 83.87% 2 Missing and 3 partials ⚠️
.../src/main/java/org/aya/tyck/pat/PatternTycker.java 94.73% 0 Missing and 3 partials ⚠️
...main/java/org/aya/tyck/pat/iter/LambdaPusheen.java 85.71% 0 Missing and 2 partials ⚠️
...c/main/java/org/aya/tyck/pat/iter/Pusheenable.java 50.00% 2 Missing ⚠️
...c/main/java/org/aya/syntax/core/pat/PatToTerm.java 83.33% 1 Missing and 1 partial ⚠️
...in/java/org/aya/tyck/pat/iter/PatternIterator.java 88.88% 0 Missing and 1 partial ⚠️
...src/main/java/org/aya/tyck/pat/iter/PiPusheen.java 91.66% 1 Missing ⚠️
...in/java/org/aya/tyck/pat/iter/PusheenIterator.java 95.23% 0 Missing and 1 partial ⚠️
...c/main/java/org/aya/prettier/ConcretePrettier.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff              @@
##               main    #1268      +/-   ##
============================================
+ Coverage     82.83%   82.96%   +0.13%     
- Complexity     3992     4051      +59     
============================================
  Files           366      372       +6     
  Lines         11760    11860     +100     
  Branches       1369     1373       +4     
============================================
+ Hits           9741     9840      +99     
+ Misses         1293     1292       -1     
- Partials        726      728       +2     

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