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: Special cased array, float and int constants in hugr-model export #1857

Merged
merged 1 commit into from
Jan 21, 2025

Special cased export of array, float and int constants as terms.

39dafb9
Select commit
Loading
Failed to load commit list.
Merged

feat: Special cased array, float and int constants in hugr-model export #1857

Special cased export of array, float and int constants as terms.
39dafb9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 21, 2025 in 0s

86.56% (+0.00%) compared to be3961d

View this Pull Request on Codecov

86.56% (+0.00%) compared to be3961d

Details

Codecov Report

Attention: Patch coverage is 78.84615% with 22 lines in your changes missing coverage. Please review.

Project coverage is 86.56%. Comparing base (be3961d) to head (39dafb9).

Files with missing lines Patch % Lines
hugr-core/src/import.rs 58.49% 10 Missing and 12 partials ⚠️
Additional details and impacted files
@@           Coverage Diff            @@
##             main    #1857    +/-   ##
========================================
  Coverage   86.55%   86.56%            
========================================
  Files         195      195            
  Lines       35584    35686   +102     
  Branches    32397    32499   +102     
========================================
+ Hits        30800    30891    +91     
+ Misses       3012     3010     -2     
- Partials     1772     1785    +13     

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