You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The one from the latest official mockery docker image (1.21.3).
(The same issue also occurs with the binary from the github release or mockery binary built from source using go 1.21.4)
I've reverted the change in 2.37.1. Sorry for the disruption, we'll figure out why this feature broke and hopefully re-release it once we iron out the regression.
Description
Prior to v2.37 the following .mockery.yaml file would create mocks for all interfaces (where "reproduction" is the module name)
After updating to v2.37, no mocks are generated.
Mockery Version
v2.37
Golang Version
The one from the latest official mockery docker image (1.21.3).
(The same issue also occurs with the binary from the github release or mockery binary built from source using go 1.21.4)
Installation Method
Steps to Reproduce
Minimal reproduction: repro.zip
Expected Behavior
Mock for interface SomeType in somepkg/someinterface.go should be generated
Actual Behavior
No mocks are generated (when using run2.36.sh, the mocks are generated as expected)
The text was updated successfully, but these errors were encountered: