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!: impl HugrView for any &(mut) to a HugrView #1678

Merged
merged 18 commits into from
Dec 4, 2024

test Rc, Arc, Box

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

feat!: impl HugrView for any &(mut) to a HugrView #1678

test Rc, Arc, Box
7d460f8
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 4, 2024 in 0s

86.19% (-0.15%) compared to c5c8a6f

View this Pull Request on Codecov

86.19% (-0.15%) compared to c5c8a6f

Details

Codecov Report

Attention: Patch coverage is 81.17647% with 16 lines in your changes missing coverage. Please review.

Project coverage is 86.19%. Comparing base (c5c8a6f) to head (7d460f8).
Report is 14 commits behind head on main.

Files with missing lines Patch % Lines
hugr-core/src/hugr/internal.rs 42.85% 12 Missing ⚠️
hugr-core/src/hugr/views/impls.rs 95.00% 2 Missing ⚠️
hugr-core/src/hugr/views.rs 93.75% 1 Missing ⚠️
hugr-core/src/hugr/views/root_checked.rs 66.66% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1678      +/-   ##
==========================================
- Coverage   86.34%   86.19%   -0.15%     
==========================================
  Files         166      171       +5     
  Lines       29747    30779    +1032     
  Branches    26659    27691    +1032     
==========================================
+ Hits        25684    26529     +845     
- Misses       2537     2640     +103     
- Partials     1526     1610      +84     

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