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: make FuncDecl/FuncDefn polymorphic #692

Merged
merged 28 commits into from
Nov 21, 2023

wth -> with

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

feat: make FuncDecl/FuncDefn polymorphic #692

wth -> with
7e8c515
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Nov 21, 2023 in 1s

84.29% (-0.03%) compared to 4a8d190

View this Pull Request on Codecov

84.29% (-0.03%) compared to 4a8d190

Details

Codecov Report

Attention: 40 lines in your changes are missing coverage. Please review.

Comparison is base (4a8d190) 84.32% compared to head (7e8c515) 84.29%.
Report is 2 commits behind head on main.

Files Patch % Lines
src/hugr/validate/test.rs 85.39% 2 Missing and 11 partials ⚠️
src/hugr/validate.rs 82.00% 6 Missing and 3 partials ⚠️
src/extension/op_def.rs 77.27% 0 Missing and 5 partials ⚠️
src/builder/module.rs 73.33% 0 Missing and 4 partials ⚠️
src/builder/build_traits.rs 81.81% 0 Missing and 2 partials ⚠️
src/hugr/views/sibling_subgraph.rs 66.66% 0 Missing and 2 partials ⚠️
src/builder/cfg.rs 0.00% 0 Missing and 1 partial ⚠️
src/builder/dataflow.rs 90.90% 0 Missing and 1 partial ⚠️
src/builder/tail_loop.rs 90.90% 0 Missing and 1 partial ⚠️
src/hugr/views.rs 75.00% 1 Missing ⚠️
... and 1 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main     #692      +/-   ##
==========================================
- Coverage   84.32%   84.29%   -0.03%     
==========================================
  Files          66       66              
  Lines       13000    13119     +119     
  Branches    13000    13119     +119     
==========================================
+ Hits        10962    11059      +97     
- Misses       1274     1278       +4     
- Partials      764      782      +18     

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