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!: Hugrs now keep a ExtensionRegistry with their requirements #1738

Merged
merged 6 commits into from
Dec 10, 2024

fix tests after rebasing

5360763
Select commit
Loading
Failed to load commit list.
Merged

feat!: Hugrs now keep a ExtensionRegistry with their requirements #1738

fix tests after rebasing
5360763
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 10, 2024 in 0s

86.27% (-0.03%) compared to 1443284

View this Pull Request on Codecov

86.27% (-0.03%) compared to 1443284

Details

Codecov Report

Attention: Patch coverage is 79.85989% with 115 lines in your changes missing coverage. Please review.

Project coverage is 86.27%. Comparing base (1443284) to head (5360763).

Files with missing lines Patch % Lines
hugr-core/src/package.rs 75.43% 11 Missing and 3 partials ⚠️
hugr-core/src/hugr/validate/test.rs 81.53% 0 Missing and 12 partials ⚠️
hugr-core/src/builder/build_traits.rs 70.37% 4 Missing and 4 partials ⚠️
hugr-core/src/hugr/serialize/test.rs 50.00% 0 Missing and 8 partials ⚠️
hugr-passes/src/validation.rs 12.50% 5 Missing and 2 partials ⚠️
hugr-core/src/builder/conditional.rs 0.00% 5 Missing and 1 partial ⚠️
hugr-core/src/builder/dataflow.rs 68.42% 1 Missing and 5 partials ⚠️
hugr-core/src/builder/module.rs 66.66% 1 Missing and 5 partials ⚠️
hugr-core/src/hugr.rs 82.35% 0 Missing and 6 partials ⚠️
hugr-core/src/builder/cfg.rs 54.54% 1 Missing and 4 partials ⚠️
... and 23 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1738      +/-   ##
==========================================
- Coverage   86.29%   86.27%   -0.03%     
==========================================
  Files         179      179              
  Lines       32667    32476     -191     
  Branches    29579    29388     -191     
==========================================
- Hits        28190    28018     -172     
+ Misses       2797     2758      -39     
- Partials     1680     1700      +20     

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