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

feat: Add expression evaluation back to REPL #18

Merged
merged 4 commits into from
Jan 19, 2024

add a test for maybeParseAsExpression

97aabdc
Select commit
Loading
Failed to load commit list.
Merged

feat: Add expression evaluation back to REPL #18

add a test for maybeParseAsExpression
97aabdc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 19, 2024 in 0s

96.33% (+0.15%) compared to d610476

View this Pull Request on Codecov

96.33% (+0.15%) compared to d610476

Details

Codecov Report

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

Comparison is base (d610476) 96.18% compared to head (97aabdc) 96.33%.
Report is 1 commits behind head on main.

Files Patch % Lines
src/main.ts 78.72% 10 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main      #18      +/-   ##
==========================================
+ Coverage   96.18%   96.33%   +0.15%     
==========================================
  Files          11       11              
  Lines         995     1036      +41     
  Branches      147      155       +8     
==========================================
+ Hits          957      998      +41     
  Misses         37       37              
  Partials        1        1              

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