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

fix: Insert DFG directly as a funcdefn in Package::from_hugr #1621

Merged
merged 1 commit into from
Nov 5, 2024

`Package::from_hugr` should inserts DFG directly as a funcdefn in a m…

975ac80
Select commit
Loading
Failed to load commit list.
Merged

fix: Insert DFG directly as a funcdefn in Package::from_hugr #1621

`Package::from_hugr` should inserts DFG directly as a funcdefn in a m…
975ac80
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 31, 2024 in 1s

85.64% (+0.00%) compared to e4a7965

View this Pull Request on Codecov

85.64% (+0.00%) compared to e4a7965

Details

Codecov Report

Attention: Patch coverage is 95.83333% with 1 line in your changes missing coverage. Please review.

Project coverage is 85.64%. Comparing base (e4a7965) to head (975ac80).

Files with missing lines Patch % Lines
hugr-core/src/package.rs 95.83% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@           Coverage Diff           @@
##             main    #1621   +/-   ##
=======================================
  Coverage   85.63%   85.64%           
=======================================
  Files         136      136           
  Lines       24950    24973   +23     
  Branches    21876    21899   +23     
=======================================
+ Hits        21366    21388   +22     
  Misses       2476     2476           
- Partials     1108     1109    +1     

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