Skip to content

Comment and missing case.

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

feat!: Merge TypeParam and TypeArg into one Term type in Rust #2309

Comment and missing case.
7a39de3
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Jun 17, 2025 in 0s

82.13% (-0.03%) compared to cbaf9bf

View this Pull Request on Codecov

82.13% (-0.03%) compared to cbaf9bf

Details

Codecov Report

Attention: Patch coverage is 79.58199% with 127 lines in your changes missing coverage. Please review.

Project coverage is 82.13%. Comparing base (cbaf9bf) to head (7a39de3).

Files with missing lines Patch % Lines
hugr-core/src/types/type_param.rs 79.09% 46 Missing ⚠️
hugr-core/src/import.rs 51.11% 15 Missing and 7 partials ⚠️
hugr-core/src/export.rs 46.15% 20 Missing and 1 partial ⚠️
hugr-core/src/extension/resolution/types_mut.rs 26.31% 8 Missing and 6 partials ⚠️
hugr-core/src/extension/resolution/types.rs 55.00% 9 Missing ⚠️
hugr-core/src/types/serialize.rs 90.19% 4 Missing and 1 partial ⚠️
hugr-core/src/extension/op_def.rs 69.23% 0 Missing and 4 partials ⚠️
hugr-core/src/types/poly_func.rs 94.87% 0 Missing and 2 partials ⚠️
hugr-core/src/extension/resolution.rs 0.00% 1 Missing ⚠️
hugr-core/src/extension/type_def.rs 92.30% 1 Missing ⚠️
... and 2 more
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2309      +/-   ##
==========================================
- Coverage   82.15%   82.13%   -0.03%     
==========================================
  Files         241      241              
  Lines       44006    43937      -69     
  Branches    39846    39766      -80     
==========================================
- Hits        36154    36086      -68     
- Misses       5859     5863       +4     
+ Partials     1993     1988       -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.