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: Calc operator precedence #838

Merged
merged 5 commits into from
Sep 11, 2024

chore: Code cleanup and comments

6dd2b1b
Select commit
Loading
Failed to load commit list.
Merged

feat: Calc operator precedence #838

chore: Code cleanup and comments
6dd2b1b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Sep 8, 2024 in 0s

76.08% (+0.15%) compared to 91f185e

View this Pull Request on Codecov

76.08% (+0.15%) compared to 91f185e

Details

Codecov Report

Attention: Patch coverage is 98.47328% with 2 lines in your changes missing coverage. Please review.

Project coverage is 76.08%. Comparing base (91f185e) to head (6dd2b1b).
Report is 4 commits behind head on main.

Files with missing lines Patch % Lines
crates/torin/src/values/size.rs 96.07% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #838      +/-   ##
==========================================
+ Coverage   75.93%   76.08%   +0.15%     
==========================================
  Files         203      205       +2     
  Lines       22914    23067     +153     
==========================================
+ Hits        17400    17551     +151     
- Misses       5514     5516       +2     

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