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: Render function names in mermaid/dot #1583

Merged
merged 4 commits into from
Oct 17, 2024

Fix poly_func display impl

6204324
Select commit
Loading
Failed to load commit list.
Merged

feat: Render function names in mermaid/dot #1583

Fix poly_func display impl
6204324
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Oct 17, 2024 in 0s

85.79% (-0.01%) compared to a66c4b9

View this Pull Request on Codecov

85.79% (-0.01%) compared to a66c4b9

Details

Codecov Report

Attention: Patch coverage is 68.42105% with 6 lines in your changes missing coverage. Please review.

Project coverage is 85.79%. Comparing base (a66c4b9) to head (6204324).

Files with missing lines Patch % Lines
hugr-core/src/types/poly_func.rs 44.44% 5 Missing ⚠️
hugr-core/src/hugr/views/render.rs 87.50% 1 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1583      +/-   ##
==========================================
- Coverage   85.79%   85.79%   -0.01%     
==========================================
  Files         135      135              
  Lines       24691    24708      +17     
  Branches    21627    21644      +17     
==========================================
+ Hits        21184    21198      +14     
- Misses       2405     2408       +3     
  Partials     1102     1102              

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