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: Packages in hugr-model and envelope support. #2026

Merged
merged 7 commits into from
Apr 2, 2025

Added missing docstrings.

f1789a9
Select commit
Loading
Failed to load commit list.
Merged

feat: Packages in hugr-model and envelope support. #2026

Added missing docstrings.
f1789a9
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Mar 31, 2025 in 1s

82.96% (-0.14%) compared to 4734948

View this Pull Request on Codecov

82.96% (-0.14%) compared to 4734948

Details

Codecov Report

Attention: Patch coverage is 52.73632% with 95 lines in your changes missing coverage. Please review.

Project coverage is 82.96%. Comparing base (4734948) to head (f1789a9).

Files with missing lines Patch % Lines
hugr-model/src/capnp/hugr_v0_capnp.rs 24.39% 61 Missing and 1 partial ⚠️
hugr-model/src/v0/ast/python.rs 0.00% 11 Missing ⚠️
hugr-py/src/hugr/envelope.py 30.00% 7 Missing ⚠️
hugr-py/src/hugr/model/__init__.py 66.66% 4 Missing ⚠️
hugr-core/src/envelope.rs 25.00% 0 Missing and 3 partials ⚠️
hugr-model/src/v0/binary/read.rs 80.00% 0 Missing and 3 partials ⚠️
hugr-core/src/import.rs 91.66% 0 Missing and 1 partial ⚠️
hugr-model/src/v0/ast/mod.rs 90.90% 0 Missing and 1 partial ⚠️
hugr-model/src/v0/ast/parse.rs 87.50% 0 Missing and 1 partial ⚠️
hugr-model/src/v0/table/mod.rs 87.50% 0 Missing and 1 partial ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2026      +/-   ##
==========================================
- Coverage   83.09%   82.96%   -0.14%     
==========================================
  Files         215      215              
  Lines       40905    41075     +170     
  Branches    37119    37273     +154     
==========================================
+ Hits        33992    34077      +85     
- Misses       5027     5107      +80     
- Partials     1886     1891       +5     

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

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.