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: MakeRegisteredOp trait for easier registration #726

Merged
merged 5 commits into from
Nov 30, 2023

better function name

f671c61
Select commit
Loading
Failed to load commit list.
Merged

feat: MakeRegisteredOp trait for easier registration #726

better function name
f671c61
Select commit
Loading
Failed to load commit list.
This check has been archived and is scheduled for deletion. Learn more about checks retention
Codecov / codecov/project succeeded Nov 30, 2023 in 0s

84.51% (+0.09%) compared to 74ff7ff

View this Pull Request on Codecov

84.51% (+0.09%) compared to 74ff7ff

Details

Codecov Report

Attention: 7 lines in your changes are missing coverage. Please review.

Comparison is base (74ff7ff) 84.42% compared to head (f671c61) 84.51%.

Files Patch % Lines
src/hugr/views/sibling_subgraph.rs 25.00% 0 Missing and 3 partials ⚠️
src/hugr/validate/test.rs 0.00% 0 Missing and 2 partials ⚠️
src/std_extensions/logic.rs 93.54% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #726      +/-   ##
==========================================
+ Coverage   84.42%   84.51%   +0.09%     
==========================================
  Files          67       67              
  Lines       13333    13362      +29     
  Branches    13333    13362      +29     
==========================================
+ Hits        11256    11293      +37     
+ Misses       1292     1282      -10     
- Partials      785      787       +2     

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