Closed cardil closed 2 months ago
Skipping CI for Draft Pull Request.
If you want CI signal for your change, please convert it to an actual PR.
You can still manually trigger a test run with /test all
/test all
Attention: Patch coverage is 50.75758%
with 260 lines
in your changes missing coverage. Please review.
Project coverage is 75.78%. Comparing base (
bb1f899
) to head (8ddab3c
). Report is 1 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
/test all
/test all
/test build-tests
/test unit-tests
/test all
/test all
The integration test fails because of net-istio bug: https://github.com/knative-extensions/net-istio/issues/1345
/test all
/test all
/test all
/test all
/test all
Looks like both the github action and the prow tests run just for the main module, not for the pkg
:
Looks like both the github action and the prow tests run just for the main module, not for the
pkg
:
Should we go we default implementation of unit tests parsing per go module? https://github.com/knative/client/blob/main/test/presubmit-tests.sh#L54-L57
Should we go we default implementation of unit tests parsing per go module? https://github.com/knative/client/blob/main/test/presubmit-tests.sh#L54-L57
Great catch @dsimansk!
Apart from the above, we need to fix the GitHub Action, as it is the one to publish coverage to Codecov:
/approve /lgtm
Thanks a lot @cardil!
[APPROVALNOTIFIER] This PR is APPROVED
This pull-request has been approved by: cardil, dsimansk
The full list of commands accepted by this bot can be found here.
The pull request process is described here
/unhold
Maybe I'll do the last one test, before merging - to try using the PKG package in another repo.
/hold
The https://github.com/knative-extensions/kn-plugin-event/pull/366 looks to work with this structure without any hiccups.
/hold cancel
Description
This PR merges code from the knative.dev/client-pkg, that is missing in this repo, onto the knative.dev/client/pkg. TBD a PR to deprecate the whole of the knative.dev/client-pkg.
Changes
knative.dev/client-pkg
, that is missing in this repo, onto theknative.dev/client/pkg
lib/
dir ontopkg/
kn
sub-packagepkg/
as a Go submodule and introduces Go's workspace.Reference
Fixes #1941 Closes #1935 Closes knative/client-pkg#177 Requires knative/hack#386
Release Note