Bump github.com/vektra/mockery/v2 from 2.33.1 to 2.38.0 in /tools
Bumps github.com/vektra/mockery/v2 from 2.33.1 to 2.38.0.
Release notes
Sourced from github.com/vektra/mockery/v2's releases.
v2.38.0
Changelog
- 446e0bf Merge pull request #736 from mateusmarquezini/issue_729
- 445f73c added new check for no return values
- 8e778e0 created a new test to cover the new condition when the test panics #729
- d0fa1f9 improvements after code review #729
- 432134c improvements after code review #729
v2.37.1
Changelog
- c7a65e2 Merge pull request #734 from vektra/revert-731-walk-skips-modules
- fa5b6cb Revert "Don't recurse into submodules"
v2.37.0
Changelog
- fc10b9c Don't recurse into submodule
- 0e27e93 Merge pull request #731 from devnev/walk-skips-modules
- 0c5b6a4 add note in docs about go.mod skipping
v2.36.1
Changelog
- b648c23 Add additional test
- 0310201 Add fix for showconfig command
- d3515d1 Fix bug with sub-package inheritance
- 77064ad Fix config bug where mockery crashes when package map is nil
- 5978bc5 Fix test with config initialization
- deb4860 Merge pull request #730 from LandonTClipp/issue_726
- e86d230 Simplifying some config in interface copying code
- 726d76c Update running.md
- 2dd8f00 Use gotestsum for better testing output
v2.36.0
Changelog
- 5d48467 Add exclude-regex to config
- 25befa2 Cover error conditions in tests
- b919710 Merge pull request #720 from kbolino/718-exclude-regex
- e8ebf52 Refactor Config.ShouldGenerateInterface
v2.35.4
Changelog
- 8939c75 Update release to use Go 1.21
v2.35.3
Changelog
- 9d79f3a fix docs
v2.35.2
Changelog
- ee33b3d - take type in account when using import replace types - check more specific replace types first
- 246df9d Merge pull request #710 from RangelReale/replace-types-specific
... (truncated)
Commits
446e0bfMerge pull request #736 from mateusmarquezini/issue_729d0fa1f9improvements after code review #729432134cimprovements after code review #7298e778e0created a new test to cover the new condition when the test panics #729445f73cadded new check for no return valuesc7a65e2Merge pull request #734 from vektra/revert-731-walk-skips-modulesfa5b6cbRevert "Don't recurse into submodules"0c5b6a4add note in docs about go.mod skipping0e27e93Merge pull request #731 from devnev/walk-skips-modulesfc10b9cDon't recurse into submodule- Additional commits viewable in compare view
Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR:
-
@dependabot rebasewill rebase this PR -
@dependabot recreatewill recreate this PR, overwriting any edits that have been made to it -
@dependabot mergewill merge this PR after your CI passes on it -
@dependabot squash and mergewill squash and merge this PR after your CI passes on it -
@dependabot cancel mergewill cancel a previously requested merge and block automerging -
@dependabot reopenwill reopen this PR if it is closed -
@dependabot closewill close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually -
@dependabot show <dependency name> ignore conditionswill show all of the ignore conditions of the specified dependency -
@dependabot ignore this major versionwill close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this minor versionwill close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) -
@dependabot ignore this dependencywill close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)
Codecov Report
All modified and coverable lines are covered by tests :white_check_mark:
Comparison is base (
a30bc95) 89.50% compared to head (d234d2b) 89.50%.
Additional details and impacted files
@@ Coverage Diff @@
## main #230 +/- ##
=======================================
Coverage 89.50% 89.50%
=======================================
Files 83 83
Lines 4010 4010
=======================================
Hits 3589 3589
Misses 303 303
Partials 118 118
| Flag | Coverage Δ | |
|---|---|---|
| Linux | ? |
|
| macOS | 89.50% <ø> (ø) |
Flags with carried forward coverage won't be shown. Click here to find out more.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@dependabot rebase
Dependabot can't resolve your Go dependency files. Because of this, Dependabot cannot update this pull request.
@dependabot rebase
Superseded by #254.