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: Export/import of JSON metadata #1622

Merged
merged 10 commits into from
Nov 13, 2024

debug assert in unicode escape sequence parsing.

7eab2e2
Select commit
Loading
Failed to load commit list.
Merged

feat: Export/import of JSON metadata #1622

debug assert in unicode escape sequence parsing.
7eab2e2
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 11, 2024 in 0s

85.51% (-0.28%) compared to 9962f97

View this Pull Request on Codecov

85.51% (-0.28%) compared to 9962f97

Details

Codecov Report

Attention: Patch coverage is 74.24242% with 34 lines in your changes missing coverage. Please review.

Project coverage is 85.51%. Comparing base (9962f97) to head (7eab2e2).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
hugr-model/src/v0/text/parse.rs 62.50% 13 Missing and 5 partials ⚠️
hugr-core/src/import.rs 59.09% 4 Missing and 5 partials ⚠️
hugr-core/src/export.rs 86.95% 5 Missing and 1 partial ⚠️
hugr-core/src/extension/op_def.rs 66.66% 0 Missing and 1 partial ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1622      +/-   ##
==========================================
- Coverage   85.78%   85.51%   -0.28%     
==========================================
  Files         136      136              
  Lines       25135    25252     +117     
  Branches    22061    22164     +103     
==========================================
+ Hits        21561    21593      +32     
- Misses       2425     2455      +30     
- Partials     1149     1204      +55     

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