-
Notifications
You must be signed in to change notification settings - Fork 238
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
Generate release tarballs with vendored modules with .goreleaser.yaml #866
base: main
Are you sure you want to change the base?
Conversation
Used for distros/circumstances where pulling external dependencies directly during build is not allowed.
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #866 +/- ##
==========================================
- Coverage 62.36% 58.88% -3.49%
==========================================
Files 197 199 +2
Lines 4854 5788 +934
==========================================
+ Hits 3027 3408 +381
- Misses 1439 1988 +549
- Partials 388 392 +4
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
CODE_OF_CONDUCT.md
Outdated
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.
Please restore the contents of this file.
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.
That wasn't supposed to be pulled in on the PR, I was trying something and used that file as the test...
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.
Bogus commit removed. I didn't realize that an open PR would pull commits in from my fork of the repo after the PR was generated.
source: | ||
enabled: true | ||
files: | ||
- vendor |
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.
This path does not exist in the kube-linter repo.
Used for distros/circumstances where pulling external dependencies directly during build is not allowed.