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!: ComposablePass trait allowing sequencing and validation #1895

Draft
wants to merge 13 commits into
base: main
Choose a base branch
from

MonomorphizePass: don't derive Default; tests use monomorphize restor…

dab7039
Select commit
Loading
Failed to load commit list.
Draft

feat!: ComposablePass trait allowing sequencing and validation #1895

MonomorphizePass: don't derive Default; tests use monomorphize restor…
dab7039
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 29, 2025 in 1s

86.52% (-0.04%) compared to d6b8681

View this Pull Request on Codecov

86.52% (-0.04%) compared to d6b8681

Details

Codecov Report

Attention: Patch coverage is 66.66667% with 50 lines in your changes missing coverage. Please review.

Project coverage is 86.52%. Comparing base (d6b8681) to head (dab7039).

Files with missing lines Patch % Lines
hugr-passes/src/composable.rs 33.33% 38 Missing and 6 partials ⚠️
hugr-passes/src/monomorphize.rs 77.77% 1 Missing and 3 partials ⚠️
hugr-passes/src/const_fold.rs 97.67% 1 Missing ⚠️
hugr-passes/src/dead_funcs.rs 95.65% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1895      +/-   ##
==========================================
- Coverage   86.56%   86.52%   -0.04%     
==========================================
  Files         195      195              
  Lines       35724    35736      +12     
  Branches    32537    32549      +12     
==========================================
- Hits        30925    30922       -3     
- Misses       3012     3027      +15     
  Partials     1787     1787              

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