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

Add ability to replace type constraints #750

Merged
merged 4 commits into from
Feb 16, 2024

Merge branch 'master' into replace-generic

601d297
Select commit
Loading
Failed to load commit list.
Merged

Add ability to replace type constraints #750

Merge branch 'master' into replace-generic
601d297
Select commit
Loading
Failed to load commit list.
Codecov / codecov/project succeeded Feb 15, 2024 in 1s

42.65889% (+0.20822%) compared to 3b25f39

View this Pull Request on Codecov

42.65889% (+0.20822%) compared to 3b25f39

Details

Codecov Report

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

Comparison is base (3b25f39) 42.45067% compared to head (601d297) 42.65889%.
Report is 4 commits behind head on master.

Files Patch % Lines
...m/vektra/mockery/v2/pkg/fixtures/ReplaceGeneric.go 53.01205% 30 Missing and 9 partials ⚠️
pkg/generator.go 43.47826% 20 Missing and 6 partials ⚠️
...ktra/mockery/v2/pkg/fixtures/ReplaceGenericSelf.go 60.60606% 10 Missing and 3 partials ⚠️
...hub.com/vektra/mockery/v2/pkg/fixtures/Variadic.go 0.00000% 2 Missing ⚠️
...ktra/mockery/v2/pkg/fixtures/VariadicReturnFunc.go 0.00000% 1 Missing and 1 partial ⚠️
Additional details and impacted files
@@                 Coverage Diff                 @@
##              master        #750         +/-   ##
===================================================
+ Coverage   42.45067%   42.65889%   +0.20821%     
===================================================
  Files             61          63          +2     
  Lines           4815        4972        +157     
===================================================
+ Hits            2044        2121         +77     
- Misses          2591        2653         +62     
- Partials         180         198         +18     

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