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

Add v0.42 parser package under old_parser #3039

Merged
merged 5 commits into from
Jan 23, 2024

add legacyAuthorized field to reference types

110bd77
Select commit
Loading
Failed to load commit list.
Merged

Add v0.42 parser package under old_parser #3039

add legacyAuthorized field to reference types
110bd77
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 23, 2024 in 0s

80.55% (+0.13%) compared to 5ce1f36

View this Pull Request on Codecov

80.55% (+0.13%) compared to 5ce1f36

Details

Codecov Report

Attention: 976 lines in your changes are missing coverage. Please review.

Comparison is base (5ce1f36) 80.41% compared to head (110bd77) 80.55%.

Files Patch % Lines
runtime/old_parser/declaration.go 79.41% 191 Missing and 50 partials ⚠️
runtime/old_parser/expression.go 90.33% 94 Missing and 37 partials ⚠️
runtime/old_parser/statement.go 79.75% 95 Missing and 35 partials ⚠️
runtime/old_parser/type.go 83.19% 90 Missing and 31 partials ⚠️
runtime/old_parser/function.go 72.63% 72 Missing and 12 partials ⚠️
runtime/old_parser/errors.go 22.89% 63 Missing and 1 partial ⚠️
runtime/old_parser/transaction.go 70.73% 48 Missing and 12 partials ⚠️
runtime/old_parser/lexer/state.go 81.46% 45 Missing and 3 partials ⚠️
runtime/old_parser/parser.go 88.33% 42 Missing and 5 partials ⚠️
runtime/old_parser/lexer/lexer.go 94.28% 15 Missing and 1 partial ⚠️
... and 5 more
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #3039      +/-   ##
==========================================
+ Coverage   80.41%   80.55%   +0.13%     
==========================================
  Files         363      379      +16     
  Lines       85368    90999    +5631     
==========================================
+ Hits        68651    73306    +4655     
- Misses      14273    15062     +789     
- Partials     2444     2631     +187     

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