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: add wrapper for tagging Some, Left, Right, Break, Continue #1814

Merged
merged 2 commits into from
Dec 18, 2024

make constructor for Some simpler

1e9eee2
Select commit
Loading
Failed to load commit list.
Merged

feat: add wrapper for tagging Some, Left, Right, Break, Continue #1814

make constructor for Some simpler
1e9eee2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 18, 2024 in 0s

86.63% (-0.01%) compared to ab94518, passed because coverage increased by 0% when compared to adjusted base (86.64%)

View this Pull Request on Codecov

86.63% (-0.01%) compared to ab94518, passed because coverage increased by 0% when compared to adjusted base (86.64%)

Details

Codecov Report

Attention: Patch coverage is 83.33333% with 4 lines in your changes missing coverage. Please review.

Project coverage is 86.63%. Comparing base (ab94518) to head (1e9eee2).

Files with missing lines Patch % Lines
hugr-py/src/hugr/ops.py 83.33% 4 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1814      +/-   ##
==========================================
- Coverage   86.64%   86.63%   -0.01%     
==========================================
  Files         191      191              
  Lines       34714    34738      +24     
  Branches    31571    31571              
==========================================
+ Hits        30077    30097      +20     
- Misses       2936     2940       +4     
  Partials     1701     1701              

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