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(hugr-py): define type hierarchy separate from serialized #1176

Merged
merged 2 commits into from
Jun 14, 2024

refactor: additionalProperties field in VariableArg schema

05750f8
Select commit
Loading
Failed to load commit list.
Merged

feat(hugr-py): define type hierarchy separate from serialized #1176

refactor: additionalProperties field in VariableArg schema
05750f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 6, 2024 in 0s

87.06% (-0.04%) compared to 1cdaeed, passed because coverage increased by -0.01% when compared to adjusted base (87.06%)

View this Pull Request on Codecov

87.06% (-0.04%) compared to 1cdaeed, passed because coverage increased by -0.01% when compared to adjusted base (87.06%)

Details

Codecov Report

Attention: Patch coverage is 85.03650% with 41 lines in your changes missing coverage. Please review.

Project coverage is 87.06%. Comparing base (1cdaeed) to head (05750f8).

Files Patch % Lines
hugr-py/src/hugr/_tys.py 86.07% 22 Missing ⚠️
hugr-py/src/hugr/serialization/tys.py 78.88% 19 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1176      +/-   ##
==========================================
- Coverage   87.09%   87.06%   -0.04%     
==========================================
  Files          97       98       +1     
  Lines       19285    19521     +236     
  Branches    18420    18420              
==========================================
+ Hits        16796    16995     +199     
- Misses       1636     1673      +37     
  Partials      853      853              

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