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

refactor: make clear const folding only for leaf ops #785

Merged
merged 1 commit into from
Jan 8, 2024

refactor: make clear const folding only for leaf ops

c4edffd
Select commit
Loading
Failed to load commit list.
Merged

refactor: make clear const folding only for leaf ops #785

refactor: make clear const folding only for leaf ops
c4edffd
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 5, 2024 in 0s

84.00% (-0.01%) compared to b680662

View this Pull Request on Codecov

84.00% (-0.01%) compared to b680662

Details

Codecov Report

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

Comparison is base (b680662) 84.01% compared to head (c4edffd) 84.00%.

Files Patch % Lines
src/algorithm/const_fold.rs 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #785      +/-   ##
==========================================
- Coverage   84.01%   84.00%   -0.01%     
==========================================
  Files          72       72              
  Lines       13740    13739       -1     
  Branches    13740    13739       -1     
==========================================
- Hits        11543    11541       -2     
  Misses       1385     1385              
- Partials      812      813       +1     

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