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

Fix line terminators in template strings #3641

Merged
merged 1 commit into from
Feb 1, 2024

Fix line terminators in template strings

b67c40f
Select commit
Loading
Failed to load commit list.
Merged

Fix line terminators in template strings #3641

Fix line terminators in template strings
b67c40f
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 1, 2024 in 0s

47.24% (-0.15%) compared to 39ba999

View this Pull Request on Codecov

47.24% (-0.15%) compared to 39ba999

Details

Codecov Report

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

Comparison is base (39ba999) 47.38% compared to head (b67c40f) 47.24%.
Report is 5 commits behind head on main.

Files Patch % Lines
core/parser/src/lexer/template.rs 46.05% 41 Missing ⚠️
core/parser/src/parser/expression/primary/mod.rs 20.00% 8 Missing ⚠️
...rser/src/parser/expression/primary/template/mod.rs 25.00% 6 Missing ⚠️
core/parser/src/lexer/token.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #3641      +/-   ##
==========================================
- Coverage   47.38%   47.24%   -0.15%     
==========================================
  Files         476      476              
  Lines       46617    46892     +275     
==========================================
+ Hits        22090    22154      +64     
- Misses      24527    24738     +211     

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