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: MakeTuple->UnpackTuple elision pass #2012

Merged
merged 4 commits into from
Apr 1, 2025

Test panicking order edges, link to issue

dce8f65
Select commit
Loading
Failed to load commit list.
Merged

feat: MakeTuple->UnpackTuple elision pass #2012

Test panicking order edges, link to issue
dce8f65
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 31, 2025 in 0s

83.12% (+0.02%) compared to 4734948

View this Pull Request on Codecov

83.12% (+0.02%) compared to 4734948

Details

Codecov Report

Attention: Patch coverage is 88.69048% with 19 lines in your changes missing coverage. Please review.

Project coverage is 83.12%. Comparing base (4734948) to head (dce8f65).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
hugr-passes/src/untuple.rs 88.69% 15 Missing and 4 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2012      +/-   ##
==========================================
+ Coverage   83.09%   83.12%   +0.02%     
==========================================
  Files         215      216       +1     
  Lines       40905    41073     +168     
  Branches    37119    37287     +168     
==========================================
+ Hits        33992    34143     +151     
- Misses       5027     5040      +13     
- Partials     1886     1890       +4     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.