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

ci: add makefile for development #138

Merged
merged 1 commit into from
Aug 29, 2023
Merged

ci: add makefile for development #138

merged 1 commit into from
Aug 29, 2023

Conversation

glimchb
Copy link
Member

@glimchb glimchb commented Aug 29, 2023

Signed-off-by: Boris Glimcher [email protected]

@codecov
Copy link

codecov bot commented Aug 29, 2023

Codecov Report

Merging #138 (d2a278b) into main (06c98b5) will not change coverage.
The diff coverage is n/a.

@@           Coverage Diff           @@
##             main     #138   +/-   ##
=======================================
  Coverage   44.68%   44.68%           
=======================================
  Files           5        5           
  Lines         828      828           
=======================================
  Hits          370      370           
  Misses        439      439           
  Partials       19       19           

Signed-off-by: Boris Glimcher <[email protected]>
mock-generate:
@echo " > Starting mock code generation..."
# Generate mocks for exported interfaces
mockery --config=utils/mocks/.mockery.yaml --name=Netlink --dir pkg/utils --output pkg/utils/mocks --boilerplate-file pkg/utils/mocks/boilerplate.txt --with-expecter
Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

see #127 to use config instead of cmdline options...

@glimchb glimchb marked this pull request as ready for review August 29, 2023 17:02
@glimchb glimchb requested a review from a team as a code owner August 29, 2023 17:02
@glimchb glimchb merged commit b998cfe into opiproject:main Aug 29, 2023
19 checks passed
@glimchb glimchb linked an issue Aug 29, 2023 that may be closed by this pull request
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.

add Makefile for this Go project
1 participant