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!: Return the type of FuncDecl in HugrView::get_function_type #880

Merged
merged 2 commits into from
Mar 18, 2024

Add `get_df_function_type` with the old behaviour

0a3aa78
Select commit
Loading
Failed to load commit list.
Merged

feat!: Return the type of FuncDecl in HugrView::get_function_type #880

Add `get_df_function_type` with the old behaviour
0a3aa78
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 18, 2024 in 0s

85.57% (+0.07%) compared to d5294ad

View this Pull Request on Codecov

85.57% (+0.07%) compared to d5294ad

Details

Codecov Report

Attention: Patch coverage is 92.30769% with 1 lines in your changes are missing coverage. Please review.

Project coverage is 85.57%. Comparing base (d5294ad) to head (0a3aa78).
Report is 1 commits behind head on main.

Files Patch % Lines
quantinuum-hugr/src/hugr/views.rs 90.00% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #880      +/-   ##
==========================================
+ Coverage   85.49%   85.57%   +0.07%     
==========================================
  Files          78       78              
  Lines       14456    14458       +2     
  Branches    14456    14458       +2     
==========================================
+ Hits        12359    12372      +13     
+ Misses       1460     1450      -10     
+ Partials      637      636       -1     

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