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!: used_extensions calls for both ops and signatures #1739

Merged
merged 24 commits into from
Dec 10, 2024

doc updates

2c8ad5e
Select commit
Loading
Failed to load commit list.
Merged

feat!: used_extensions calls for both ops and signatures #1739

doc updates
2c8ad5e
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 1s

86.29% (+0.01%) compared to 4c1c6ee

View this Pull Request on Codecov

86.29% (+0.01%) compared to 4c1c6ee

Details

Codecov Report

Attention: Patch coverage is 82.62712% with 82 lines in your changes missing coverage. Please review.

Project coverage is 86.29%. Comparing base (4c1c6ee) to head (2c8ad5e).
Report is 3 commits behind head on main.

Files with missing lines Patch % Lines
hugr-core/src/extension/resolution/types_mut.rs 75.00% 4 Missing and 31 partials ⚠️
hugr-core/src/extension.rs 71.01% 20 Missing ⚠️
hugr-core/src/extension/resolution/types.rs 92.85% 7 Missing ⚠️
hugr-core/src/extension/resolution/ops.rs 68.75% 5 Missing ⚠️
hugr-core/src/ops/custom.rs 72.72% 3 Missing ⚠️
hugr-core/src/extension/resolution/test.rs 92.00% 1 Missing and 1 partial ⚠️
hugr-core/src/hugr/rewrite/inline_dfg.rs 66.66% 0 Missing and 2 partials ⚠️
hugr-core/src/hugr/rewrite/replace.rs 0.00% 2 Missing ⚠️
hugr-core/src/hugr/validate/test.rs 77.77% 0 Missing and 2 partials ⚠️
hugr-core/src/extension/op_def.rs 75.00% 0 Missing and 1 partial ⚠️
... and 3 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1739      +/-   ##
==========================================
+ Coverage   86.28%   86.29%   +0.01%     
==========================================
  Files         177      179       +2     
  Lines       32087    32662     +575     
  Branches    28999    29574     +575     
==========================================
+ Hits        27687    28187     +500     
- Misses       2775     2797      +22     
- Partials     1625     1678      +53     

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