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(hugr-py): only require input type annotations when building #1199

Merged
merged 17 commits into from
Jun 18, 2024

feat: `PartialOp` protocol for cleaner op mutation

cf135eb
Select commit
Loading
Failed to load commit list.
Merged

feat(hugr-py): only require input type annotations when building #1199

feat: `PartialOp` protocol for cleaner op mutation
cf135eb
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 0s

86.62% (+0.00%) compared to 4ba4586

View this Pull Request on Codecov

86.62% (+0.00%) compared to 4ba4586

Details

Codecov Report

Attention: Patch coverage is 89.43089% with 26 lines in your changes missing coverage. Please review.

Project coverage is 86.62%. Comparing base (4ba4586) to head (cf135eb).
Report is 2 commits behind head on main.

Current head cf135eb differs from pull request most recent head 0664545

Please upload reports for the commit 0664545 to get more accurate results.

Files Patch % Lines
hugr-py/src/hugr/_ops.py 85.85% 14 Missing ⚠️
hugr-py/src/hugr/_cfg.py 90.69% 4 Missing ⚠️
hugr-py/src/hugr/_dfg.py 90.69% 4 Missing ⚠️
hugr-py/src/hugr/_hugr.py 87.50% 3 Missing ⚠️
hugr-py/src/hugr/_exceptions.py 88.88% 1 Missing ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #1199    +/-   ##
========================================
  Coverage   86.61%   86.62%            
========================================
  Files          96       96            
  Lines       18079    18201   +122     
  Branches    16831    16831            
========================================
+ Hits        15660    15767   +107     
- Misses       1645     1660    +15     
  Partials      774      774            

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