Skip to content
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

Merged
merged 1 commit into from
Jul 23, 2024

Conversation

matejvasek
Copy link
Contributor

The go.sum must be in place otherwise "go list -f {{.Incomplete}}" returns true which breaks s2i build.

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>
@knative-prow knative-prow bot added the approved Indicates a PR has been approved by an approver from all required OWNERS files. label Jul 23, 2024
@knative-prow knative-prow bot added the size/M Denotes a PR that changes 30-99 lines, ignoring generated files. label Jul 23, 2024
@matejvasek matejvasek requested review from matzew, gauron99 and lkingland and removed request for maximilien July 23, 2024 19:42
@matejvasek
Copy link
Contributor Author

@jrangelramos this should fix #2401

@matejvasek
Copy link
Contributor Author

@gauron99 @matzew @jrangelramos @lkingland PTAL

Copy link

codecov bot commented Jul 23, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 66.70%. Comparing base (7a75fec) to head (bfe5769).

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     
Flag Coverage Δ
e2e-test 36.77% <ø> (-0.05%) ⬇️
e2e-test-oncluster 33.35% <ø> (-0.06%) ⬇️
e2e-test-oncluster-runtime 29.32% <ø> (?)
e2e-test-runtime-go 25.20% <ø> (?)
e2e-test-runtime-node 26.15% <ø> (?)
e2e-test-runtime-python 26.15% <ø> (?)
e2e-test-runtime-quarkus 26.25% <ø> (?)
e2e-test-runtime-rust 25.21% <ø> (?)
e2e-test-runtime-springboot 25.33% <ø> (?)
e2e-test-runtime-typescript 26.24% <ø> (?)
integration-tests 52.74% <ø> (+2.37%) ⬆️
unit-tests 50.96% <ø> (?)
unit-tests-macos-latest ?
unit-tests-ubuntu-latest ?
unit-tests-windows-latest ?

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@jrangelramos
Copy link
Contributor

/lgtm
/approve

@knative-prow knative-prow bot added the lgtm Indicates that a PR is ready to be merged. label Jul 23, 2024
Copy link

knative-prow bot commented Jul 23, 2024

[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:
  • OWNERS [jrangelramos,matejvasek]

Approvers can indicate their approval by writing /approve in a comment
Approvers can cancel approval by writing /approve cancel in a comment

@knative-prow knative-prow bot merged commit 2fdca6c into knative:main Jul 23, 2024
39 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
approved Indicates a PR has been approved by an approver from all required OWNERS files. lgtm Indicates that a PR is ready to be merged. size/M Denotes a PR that changes 30-99 lines, ignoring generated files.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants