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: Add PartialEq impls for FuncTypeBase and Cow<FuncTypeBase> #1762

Merged
merged 1 commit into from
Dec 11, 2024

feat: Add `PartialEq` impls for `FuncTypeBase` and `Cow<FuncTypeBase>`

bbcd686
Select commit
Loading
Failed to load commit list.
Merged

feat: Add PartialEq impls for FuncTypeBase and Cow<FuncTypeBase> #1762

feat: Add `PartialEq` impls for `FuncTypeBase` and `Cow<FuncTypeBase>`
bbcd686
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Dec 11, 2024 in 1s

86.62% (-0.02%) compared to 5b50d1d

View this Pull Request on Codecov

86.62% (-0.02%) compared to 5b50d1d

Details

Codecov Report

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

Project coverage is 86.62%. Comparing base (5b50d1d) to head (bbcd686).

Files with missing lines Patch % Lines
hugr-core/src/types/signature.rs 0.00% 6 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##             main    #1762      +/-   ##
==========================================
- Coverage   86.63%   86.62%   -0.02%     
==========================================
  Files         180      180              
  Lines       32837    32843       +6     
  Branches    29744    29750       +6     
==========================================
  Hits        28449    28449              
- Misses       2752     2758       +6     
  Partials     1636     1636              

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