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): builder for function definition/declaration and call #1212

Merged
merged 3 commits into from
Jun 21, 2024

better error message

e142c65
Select commit
Loading
Failed to load commit list.
Merged

feat(hugr-py): builder for function definition/declaration and call #1212

better error message
e142c65
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 21, 2024 in 0s

86.92% (+0.04%) compared to 43569a4

View this Pull Request on Codecov

86.92% (+0.04%) compared to 43569a4

Details

Codecov Report

Attention: Patch coverage is 87.85425% with 30 lines in your changes missing coverage. Please review.

Project coverage is 86.92%. Comparing base (43569a4) to head (e142c65).

Files Patch % Lines
hugr-py/src/hugr/_ops.py 77.77% 24 Missing ⚠️
hugr-py/src/hugr/_function.py 88.88% 3 Missing ⚠️
hugr-py/src/hugr/_dfg.py 87.50% 2 Missing ⚠️
hugr-py/src/hugr/_node_port.py 98.61% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1212      +/-   ##
==========================================
+ Coverage   86.88%   86.92%   +0.04%     
==========================================
  Files          98      100       +2     
  Lines       18530    18690     +160     
  Branches    16827    16827              
==========================================
+ Hits        16099    16246     +147     
- Misses       1657     1670      +13     
  Partials      774      774              

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