Skip to content

clippy logic.rs

9474c8b
Select commit
Loading
Failed to load commit list.
Closed

feat: Introduce new enum for constant folding; deprecate Value::Function #2060

clippy logic.rs
9474c8b
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 10, 2025 in 0s

82.36% (+0.18%) compared to 23f784f

View this Pull Request on Codecov

82.36% (+0.18%) compared to 23f784f

Details

Codecov Report

Attention: Patch coverage is 85.44304% with 46 lines in your changes missing coverage. Please review.

Project coverage is 82.36%. Comparing base (23f784f) to head (9474c8b).
Report is 14 commits behind head on acl/insert_hugr_defns.

Files with missing lines Patch % Lines
...e/src/std_extensions/collections/list/list_fold.rs 78.08% 14 Missing and 2 partials ⚠️
hugr-core/src/extension/op_def.rs 25.00% 12 Missing ⚠️
hugr-core/src/extension/const_fold.rs 91.95% 6 Missing and 1 partial ⚠️
hugr-passes/src/const_fold/value_handle.rs 73.68% 5 Missing ⚠️
hugr-core/src/extension/prelude.rs 0.00% 2 Missing ⚠️
hugr-core/src/extension/prelude/generic.rs 87.50% 0 Missing and 1 partial ⚠️
hugr-core/src/std_extensions/logic.rs 96.66% 1 Missing ⚠️
hugr-passes/src/const_fold.rs 96.42% 1 Missing ⚠️
hugr-passes/src/replace_types/handlers.rs 97.67% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@                    Coverage Diff                    @@
##           acl/insert_hugr_defns    #2060      +/-   ##
=========================================================
+ Coverage                  82.18%   82.36%   +0.18%     
=========================================================
  Files                        239      240       +1     
  Lines                      43081    43770     +689     
  Branches                   38991    39680     +689     
=========================================================
+ Hits                       35405    36052     +647     
- Misses                      5708     5753      +45     
+ Partials                    1968     1965       -3     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.