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 ArrayValue to python, rust and lowering #1773

Merged
merged 5 commits into from
Dec 17, 2024

use named fields

b4ee9a9
Select commit
Loading
Failed to load commit list.
Merged

feat: add ArrayValue to python, rust and lowering #1773

use named fields
b4ee9a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 17, 2024 in 0s

86.50% (-0.03%) compared to 21ac35c

View this Pull Request on Codecov

86.50% (-0.03%) compared to 21ac35c

Details

Codecov Report

Attention: Patch coverage is 71.77914% with 46 lines in your changes missing coverage. Please review.

Project coverage is 86.50%. Comparing base (21ac35c) to head (b4ee9a9).
Report is 6 commits behind head on main.

Files with missing lines Patch % Lines
hugr-core/src/std_extensions/collections/array.rs 62.50% 37 Missing and 2 partials ⚠️
hugr-py/src/hugr/std/collections/array.py 75.00% 4 Missing ⚠️
hugr-llvm/src/extension/collections/array.rs 93.02% 0 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1773      +/-   ##
==========================================
- Coverage   86.52%   86.50%   -0.03%     
==========================================
  Files         188      188              
  Lines       34205    34391     +186     
  Branches    31076    31248     +172     
==========================================
+ Hits        29597    29751     +154     
- Misses       2923     2947      +24     
- Partials     1685     1693       +8     

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