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

fix(py): Fix array/list value serialization #1827

Merged
merged 1 commit into from
Dec 20, 2024

fix(py): Fix array/list value serialization

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

fix(py): Fix array/list value serialization #1827

fix(py): Fix array/list value serialization
1aa5619
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 20, 2024 in 0s

86.63% (-0.01%) compared to b7b2bcd

View this Pull Request on Codecov

86.63% (-0.01%) compared to b7b2bcd

Details

Codecov Report

Attention: Patch coverage is 25.00000% with 6 lines in your changes missing coverage. Please review.

Project coverage is 86.63%. Comparing base (b7b2bcd) to head (1aa5619).

Files with missing lines Patch % Lines
hugr-py/src/hugr/std/collections/array.py 25.00% 3 Missing ⚠️
hugr-py/src/hugr/std/collections/list.py 25.00% 3 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1827      +/-   ##
==========================================
- Coverage   86.64%   86.63%   -0.01%     
==========================================
  Files         192      192              
  Lines       34754    34758       +4     
  Branches    31571    31571              
==========================================
  Hits        30113    30113              
- Misses       2940     2944       +4     
  Partials     1701     1701              

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