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: Binary serialisation format for hugr-model based on capnproto. #1557

Merged
merged 7 commits into from
Oct 11, 2024

Export the correct extension set for regions.

9781b14
Select commit
Loading
Failed to load commit list.
Merged

feat: Binary serialisation format for hugr-model based on capnproto. #1557

Export the correct extension set for regions.
9781b14
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 11, 2024 in 0s

85.68% (-0.04%) compared to 307937e

View this Pull Request on Codecov

85.68% (-0.04%) compared to 307937e

Details

Codecov Report

Attention: Patch coverage is 75.13228% with 235 lines in your changes missing coverage. Please review.

Project coverage is 85.68%. Comparing base (307937e) to head (9781b14).
Report is 7 commits behind head on main.

Files with missing lines Patch % Lines
hugr-model/src/v0/binary/read.rs 69.49% 36 Missing and 43 partials ⚠️
hugr-core/src/import.rs 73.11% 16 Missing and 34 partials ⚠️
hugr-core/src/export.rs 85.18% 33 Missing and 3 partials ⚠️
hugr-model/src/v0/binary/write.rs 79.35% 31 Missing and 1 partial ⚠️
hugr-model/src/v0/text/print.rs 57.44% 5 Missing and 15 partials ⚠️
hugr-model/src/v0/text/parse.rs 65.78% 2 Missing and 11 partials ⚠️
hugr-model/src/v0/mod.rs 70.58% 5 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1557      +/-   ##
==========================================
- Coverage   85.72%   85.68%   -0.04%     
==========================================
  Files         132      134       +2     
  Lines       24017    24512     +495     
  Branches    21017    21512     +495     
==========================================
+ Hits        20588    21003     +415     
- Misses       2365     2411      +46     
- Partials     1064     1098      +34     

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