-
Notifications
You must be signed in to change notification settings - Fork 430
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
Improve pre-commit UX part 2 #5329
Improve pre-commit UX part 2 #5329
Conversation
/cc @mboersma |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #5329 +/- ##
==========================================
- Coverage 52.53% 52.51% -0.02%
==========================================
Files 272 272
Lines 29422 29431 +9
==========================================
Hits 15457 15457
- Misses 13166 13172 +6
- Partials 799 802 +3 ☔ View full report in Codecov by Sentry. |
/lgtm |
LGTM label has been added. Git tree hash: 21162b98cfaf4b2296e855cc67b97081d9b51bc4
|
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.
go test -race
used to be a lot slower than just go test
. Does this add a lot of time to committing? We need to keep it snappy if we want developers in general to use this.
Committing is still snappy. Current changes run go test in
Oh. I did not look into the time delay due to |
5348dcc
to
7110355
Compare
@nawazkh - you might want to update your commit message now. |
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.
/lgtm
/approve
LGTM label has been added. Git tree hash: c478537d940437f610c2a79230ccb32f8733b744
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: mboersma The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold |
- run go test in pre push stage
7110355
to
9fa2b4a
Compare
Updated the commit message, ready to ship. |
/unhold |
/lgtm |
What type of PR is this?
/kind cleanup
What this PR does / why we need it:
This PR updates the below.
Which issue(s) this PR fixes (optional, in
fixes #<issue number>(, fixes #<issue_number>, ...)
format, will close the issue(s) when PR gets merged):Part of #5318
Special notes for your reviewer:
TODOs:
Release note: