-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
Make + CircleCI for Code Generation #1433
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks for adding
Codecov Report
@@ Coverage Diff @@
## master #1433 +/- ##
==========================================
+ Coverage 87.43% 88.80% +1.37%
==========================================
Files 340 341 +1
Lines 16602 16678 +76
==========================================
+ Hits 14516 14811 +295
+ Misses 1631 1402 -229
- Partials 455 465 +10
Flags with carried forward coverage won't be shown. Click here to find out more.
Continue to review full report at Codecov.
|
This adds a make target 'generate' that runs 'go generate' for all modules. It also adds a circle CI check under 'lint' that makes sure the generated modules are up to date.
This reverts commit 4a91354.
Signed-off-by: Bogdan Drutu <[email protected]>
Bumps [github.com/golangci/golangci-lint](https://github.com/golangci/golangci-lint) from 1.33.0 to 1.34.1. - [Release notes](https://github.com/golangci/golangci-lint/releases) - [Changelog](https://github.com/golangci/golangci-lint/blob/master/CHANGELOG.md) - [Commits](golangci/golangci-lint@v1.33.0...v1.34.1) Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This adds a make target 'generate' that runs 'go generate' for all
modules.
It also adds a circle CI check under 'lint' that makes sure the
generated modules are up to date.