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!: Validate Extensions using hierarchy, ignore input_extensions, RIP inference #1142

Merged
merged 35 commits into from
Jun 11, 2024

Try to fix 1.75 test

546ced4
Select commit
Loading
Failed to load commit list.
Merged

feat!: Validate Extensions using hierarchy, ignore input_extensions, RIP inference #1142

Try to fix 1.75 test
546ced4
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 10, 2024 in 0s

86.68% (-0.42%) compared to 15c3ea9

View this Pull Request on Codecov

86.68% (-0.42%) compared to 15c3ea9

Details

Codecov Report

Attention: Patch coverage is 94.53925% with 16 lines in your changes missing coverage. Please review.

Project coverage is 86.68%. Comparing base (15c3ea9) to head (546ced4).
Report is 2 commits behind head on main.

Files Patch % Lines
hugr-core/src/hugr/validate/test.rs 93.37% 3 Missing and 8 partials ⚠️
hugr-core/src/builder/tail_loop.rs 81.81% 0 Missing and 2 partials ⚠️
hugr-core/src/hugr/validate.rs 91.30% 2 Missing ⚠️
hugr-core/src/ops/constant.rs 85.71% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1142      +/-   ##
==========================================
- Coverage   87.09%   86.68%   -0.42%     
==========================================
  Files          97       94       -3     
  Lines       19297    17808    -1489     
  Branches    18432    16942    -1490     
==========================================
- Hits        16807    15437    -1370     
+ Misses       1636     1601      -35     
+ Partials      854      770      -84     

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