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: Emulate TypeBounds on parameters via constraints. #1624

Open
wants to merge 5 commits into
base: main
Choose a base branch
from

Removed model_unstable from default features.

d377fcc
Select commit
Loading
Failed to load commit list.
Open

feat: Emulate TypeBounds on parameters via constraints. #1624

Removed model_unstable from default features.
d377fcc
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 13, 2024 in 0s

85.57% (+0.06%) compared to 935c61b

View this Pull Request on Codecov

85.57% (+0.06%) compared to 935c61b

Details

Codecov Report

Attention: Patch coverage is 74.29907% with 55 lines in your changes missing coverage. Please review.

Project coverage is 85.57%. Comparing base (935c61b) to head (d377fcc).
Report is 1 commits behind head on main.

Files with missing lines Patch % Lines
hugr-core/src/import.rs 52.54% 18 Missing and 10 partials ⚠️
hugr-model/src/v0/text/print.rs 65.00% 0 Missing and 14 partials ⚠️
hugr-model/src/v0/text/parse.rs 75.86% 0 Missing and 7 partials ⚠️
hugr-core/src/export.rs 91.11% 4 Missing ⚠️
hugr-model/src/v0/binary/read.rs 91.66% 0 Missing and 2 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1624      +/-   ##
==========================================
+ Coverage   85.50%   85.57%   +0.06%     
==========================================
  Files         136      136              
  Lines       25252    25378     +126     
  Branches    22164    22290     +126     
==========================================
+ Hits        21592    21716     +124     
+ Misses       2456     2439      -17     
- Partials     1204     1223      +19     

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