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

Fix issue with running mockery #46

Merged
merged 2 commits into from
May 2, 2024

Conversation

alex-semenyuk
Copy link
Member

make mocks works after this update, but we have warning at console during execution:

WRN DEPRECATION: use of the packages config will be the only way to generate mocks in v3. Please migrate your config to use the packages feature. dry-run=false migration=https://vektra.github.io/mockery/v2.43/migrating_to_packages/ url=https://vektra.github.io/mockery/v2.43/features/#packages-configuration version=v2.43.0

So will need to make migration to the packages https://vektra.github.io/mockery/latest/migrating_to_packages/

@alex-semenyuk alex-semenyuk marked this pull request as draft May 2, 2024 04:27
@codecov-commenter
Copy link

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 62.58%. Comparing base (b776b40) to head (5c93d17).
Report is 4 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main      #46      +/-   ##
==========================================
+ Coverage   62.43%   62.58%   +0.15%     
==========================================
  Files          22       24       +2     
  Lines         969      973       +4     
==========================================
+ Hits          605      609       +4     
  Misses        358      358              
  Partials        6        6              

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

Signed-off-by: Alexey Semenyuk <[email protected]>
Signed-off-by: Alexey Semenyuk <[email protected]>
@alex-semenyuk alex-semenyuk marked this pull request as ready for review May 2, 2024 11:45
@denisandreenko denisandreenko merged commit 725918e into hyperledger:main May 2, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants