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!: FunctionBuilder takes impl Into<PolyFuncType> #1220

Merged
merged 2 commits into from
Jun 24, 2024

FunctionBuilder::new takes impl Into<PolyFuncType>

43fc4a6
Select commit
Loading
Failed to load commit list.
Merged

refactor!: FunctionBuilder takes impl Into<PolyFuncType> #1220

FunctionBuilder::new takes impl Into<PolyFuncType>
43fc4a6
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 24, 2024 in 0s

86.95% (-0.01%) compared to db09193

View this Pull Request on Codecov

86.95% (-0.01%) compared to db09193

Details

Codecov Report

Attention: Patch coverage is 67.64706% with 11 lines in your changes missing coverage. Please review.

Project coverage is 86.95%. Comparing base (db09193) to head (43fc4a6).

Files Patch % Lines
hugr-core/src/builder/dataflow.rs 73.33% 0 Missing and 4 partials ⚠️
hugr-core/src/hugr/validate/test.rs 0.00% 0 Missing and 3 partials ⚠️
hugr-core/src/builder/cfg.rs 0.00% 0 Missing and 1 partial ⚠️
hugr-core/src/builder/conditional.rs 50.00% 0 Missing and 1 partial ⚠️
hugr-core/src/hugr/rewrite/consts.rs 0.00% 0 Missing and 1 partial ⚠️
hugr-core/src/hugr/views/sibling.rs 0.00% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1220      +/-   ##
==========================================
- Coverage   86.95%   86.95%   -0.01%     
==========================================
  Files         100      100              
  Lines       18810    18801       -9     
  Branches    16827    16818       -9     
==========================================
- Hits        16357    16348       -9     
  Misses       1679     1679              
  Partials      774      774              

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