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: Improved representation for metadata in hugr-model #1849

Merged
merged 1 commit into from
Jan 16, 2025

Import/export metadata in new representation.

06e0f36
Select commit
Loading
Failed to load commit list.
Merged

feat: Improved representation for metadata in hugr-model #1849

Import/export metadata in new representation.
06e0f36
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jan 13, 2025 in 0s

86.52% (-0.02%) compared to 87cb536

View this Pull Request on Codecov

86.52% (-0.02%) compared to 87cb536

Details

Codecov Report

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

Project coverage is 86.52%. Comparing base (87cb536) to head (06e0f36).

Files with missing lines Patch % Lines
hugr-core/src/import.rs 66.66% 1 Missing and 2 partials ⚠️
hugr-model/src/v0/binary/write.rs 40.00% 3 Missing ⚠️
hugr-model/src/v0/text/print.rs 60.00% 2 Missing ⚠️
hugr-core/src/export.rs 92.30% 1 Missing ⚠️
hugr-model/src/v0/binary/read.rs 66.66% 1 Missing ⚠️
hugr-model/src/v0/text/parse.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1849      +/-   ##
==========================================
- Coverage   86.54%   86.52%   -0.02%     
==========================================
  Files         194      194              
  Lines       35264    35250      -14     
  Branches    32077    32063      -14     
==========================================
- Hits        30518    30500      -18     
- Misses       2969     2974       +5     
+ Partials     1777     1776       -1     

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