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!: Make array repeat and scan ops generic over extension reqs #1716

Merged
merged 3 commits into from
Dec 9, 2024

Merge remote-tracking branch 'origin/main' into mk/array-exts

1814181
Select commit
Loading
Failed to load commit list.
Merged

feat!: Make array repeat and scan ops generic over extension reqs #1716

Merge remote-tracking branch 'origin/main' into mk/array-exts
1814181
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 9, 2024 in 0s

86.28% (+0.02%) compared to f9a3446

View this Pull Request on Codecov

86.28% (+0.02%) compared to f9a3446

Details

Codecov Report

Attention: Patch coverage is 92.76316% with 11 lines in your changes missing coverage. Please review.

Project coverage is 86.28%. Comparing base (f9a3446) to head (1814181).

Files with missing lines Patch % Lines
hugr-core/src/extension/prelude/array.rs 92.71% 8 Missing and 3 partials ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1716      +/-   ##
==========================================
+ Coverage   86.26%   86.28%   +0.02%     
==========================================
  Files         177      177              
  Lines       31959    32087     +128     
  Branches    28871    28999     +128     
==========================================
+ Hits        27570    27687     +117     
- Misses       2766     2775       +9     
- Partials     1623     1625       +2     

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