-
Notifications
You must be signed in to change notification settings - Fork 139
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
Include go.sum in the Go CloudEvent template #2441
Conversation
The go.sum must be in place otherwise "go list -f {{.Incomplete}}" returns true which breaks s2i build. Signed-off-by: Matej Vašek <matejvasek@gmail.com>
@jrangelramos this should fix #2401 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #2441 +/- ##
==========================================
+ Coverage 61.19% 66.70% +5.51%
==========================================
Files 130 130
Lines 15354 11940 -3414
==========================================
- Hits 9396 7965 -1431
+ Misses 5032 3014 -2018
- Partials 926 961 +35
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Sentry. |
/lgtm |
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: jrangelramos, matejvasek 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 |
The go.sum must be in place otherwise "go list -f {{.Incomplete}}" returns true which breaks s2i build.