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

copy when flipping function type

4c616c0
Select commit
Loading
Failed to load commit list.
Merged

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

copy when flipping function type
4c616c0
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 18, 2024 in 1s

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 90.03215% with 31 lines in your changes missing coverage. Please review.

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

Current head 4c616c0 differs from pull request most recent head 28dc387

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

Files Patch % Lines
hugr-py/src/hugr/_ops.py 86.13% 19 Missing ⚠️
hugr-py/src/hugr/_cfg.py 92.98% 4 Missing ⚠️
hugr-py/src/hugr/_dfg.py 92.15% 4 Missing ⚠️
hugr-py/src/hugr/_hugr.py 88.46% 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    18253   +174     
  Branches    16831    16831            
========================================
+ Hits        15660    15812   +152     
- Misses       1645     1667    +22     
  Partials      774      774            

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