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

while 구문 구현 #27

Merged
merged 2 commits into from
Nov 21, 2023
Merged

while 구문 구현 #27

merged 2 commits into from
Nov 21, 2023

Conversation

RanolP
Copy link
Member

@RanolP RanolP commented Nov 19, 2023

No description provided.

Copy link

codecov bot commented Nov 19, 2023

Codecov Report

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

Comparison is base (15e98d2) 25.08% compared to head (5806d42) 24.40%.
Report is 1 commits behind head on main.

Files Patch % Lines
crates/psl/src/codegen/impls/statements/while.rs 0.00% 24 Missing ⚠️
crates/psl/src/syntax/statements/while.rs 0.00% 12 Missing ⚠️
crates/psl/src/codegen/impls/statements/mod.rs 0.00% 2 Missing ⚠️
crates/psl/src/ast/statements.rs 0.00% 1 Missing ⚠️
crates/psl/src/syntax/statements/mod.rs 0.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #27      +/-   ##
==========================================
- Coverage   25.08%   24.40%   -0.68%     
==========================================
  Files          52       54       +2     
  Lines        1228     1270      +42     
==========================================
+ Hits          308      310       +2     
- Misses        920      960      +40     

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

@RanolP RanolP mentioned this pull request Nov 19, 2023
25 tasks
@RanolP RanolP merged commit f200be7 into main Nov 21, 2023
3 of 5 checks passed
@RanolP RanolP deleted the feature/while branch November 21, 2023 14:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant