-
-
Notifications
You must be signed in to change notification settings - Fork 5.8k
Make CI work #8057
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 CI work #8057
Conversation
I've confirmed the packages are retrieved from the correct proxy:
And at the same moment:
|
I've used: sudo go clean -i -r -cache -testcache -modcache make clean make generate make golangci-lint make revive make swagger-check make swagger-validate make test-vendor <--- this now fails make vendor <--- this now produced changes git commit -a <--- this commit
OK, now it's passing:
|
Codecov Report
@@ Coverage Diff @@
## master #8057 +/- ##
=========================================
Coverage ? 41.59%
=========================================
Files ? 480
Lines ? 64144
Branches ? 0
=========================================
Hits ? 26681
Misses ? 34004
Partials ? 3459 Continue to review full report at Codecov.
|
OK, this PR finally passes all tests! More good news: changes included in this |
This first comment is outdated. Please start reading from this comment.
This is a build I made frommaster
by using the following before commiting: