-
Notifications
You must be signed in to change notification settings - Fork 34
Streamline GitHub Actions #39
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
Conversation
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: qbarrand 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 |
ci/prow/lint
Outdated
echo "Changes detected; diff:" | ||
git diff |
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.
I don't think we need to print diff
as the -x
of the script will do it for us.
Codecov ReportBase: 63.69% // Head: 72.90% // Increases project coverage by
Additional details and impacted files@@ Coverage Diff @@
## main #39 +/- ##
==========================================
+ Coverage 63.69% 72.90% +9.20%
==========================================
Files 25 16 -9
Lines 1840 1587 -253
==========================================
- Hits 1172 1157 -15
+ Misses 609 371 -238
Partials 59 59 Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. ☔ View full report at Codecov. |
/hold |
5380f69
to
cc9a183
Compare
/unhold |
Move the build of the manager binary to the unit-tests Prow script. Remove the linting of the code in favor of the lint Prow script.
Powerless LGTM. |
/assign @yevgeny-shnaidman |
/lgtm |
Run the DaemonSet garbage collection in the Module reconciliation loop.
Move the build of the manager binary to the unit-tests Prow script.
Remove the linting of the code in favor of the lint Prow script.