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!: Remove NodeType and input_extensions #1183

Merged
merged 43 commits into from
Jun 12, 2024

Merge remote-tracking branch 'origin/main' into rm_input_exts

69a8306
Select commit
Loading
Failed to load commit list.
Merged

refactor!: Remove NodeType and input_extensions #1183

Merge remote-tracking branch 'origin/main' into rm_input_exts
69a8306
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 12, 2024 in 0s

86.57% (-0.11%) compared to 65718f7

View this Pull Request on Codecov

86.57% (-0.11%) compared to 65718f7

Details

Codecov Report

Attention: Patch coverage is 79.45205% with 30 lines in your changes missing coverage. Please review.

Project coverage is 86.57%. Comparing base (65718f7) to head (69a8306).

Files Patch % Lines
hugr-core/src/builder/dataflow.rs 57.14% 0 Missing and 12 partials ⚠️
hugr-core/src/builder/build_traits.rs 90.47% 0 Missing and 2 partials ⚠️
hugr-core/src/builder/conditional.rs 50.00% 2 Missing ⚠️
hugr-core/src/builder/module.rs 66.66% 1 Missing and 1 partial ⚠️
hugr-core/src/hugr/hugrmut.rs 77.77% 2 Missing ⚠️
hugr-core/src/ops/custom.rs 0.00% 2 Missing ⚠️
hugr-core/src/builder/cfg.rs 66.66% 0 Missing and 1 partial ⚠️
hugr-core/src/builder/tail_loop.rs 50.00% 0 Missing and 1 partial ⚠️
hugr-core/src/hugr/rewrite/inline_dfg.rs 0.00% 0 Missing and 1 partial ⚠️
hugr-core/src/hugr/rewrite/replace.rs 75.00% 0 Missing and 1 partial ⚠️
... and 4 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1183      +/-   ##
==========================================
- Coverage   86.68%   86.57%   -0.11%     
==========================================
  Files          94       94              
  Lines       17805    17659     -146     
  Branches    16942    16797     -145     
==========================================
- Hits        15434    15289     -145     
+ Misses       1601     1600       -1     
  Partials      770      770              

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