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: Add CallGraph struct, and dead-function-removal pass #1796

Merged
merged 24 commits into from
Dec 24, 2024

Also deprecate remove_polyfuncs_ref; fix docs

4a07dee
Select commit
Loading
Failed to load commit list.
Merged

feat: Add CallGraph struct, and dead-function-removal pass #1796

Also deprecate remove_polyfuncs_ref; fix docs
4a07dee
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 23, 2024 in 0s

86.63% (-0.01%) compared to 1f841ae, passed because coverage increased by 0% when compared to adjusted base (86.64%)

View this Pull Request on Codecov

86.63% (-0.01%) compared to 1f841ae, passed because coverage increased by 0% when compared to adjusted base (86.64%)

Details

Codecov Report

Attention: Patch coverage is 84.07080% with 18 lines in your changes missing coverage. Please review.

Project coverage is 86.63%. Comparing base (1f841ae) to head (4a07dee).
Report is 5 commits behind head on main.

Files with missing lines Patch % Lines
hugr-passes/src/dead_funcs.rs 80.95% 10 Missing and 2 partials ⚠️
hugr-passes/src/call_graph.rs 93.02% 2 Missing and 1 partial ⚠️
hugr-passes/src/monomorphize.rs 57.14% 1 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1796      +/-   ##
==========================================
- Coverage   86.63%   86.63%   -0.01%     
==========================================
  Files         191      194       +3     
  Lines       34738    34885     +147     
  Branches    31571    31698     +127     
==========================================
+ Hits        30097    30224     +127     
- Misses       2940     2954      +14     
- Partials     1701     1707       +6     

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