You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by pc...@apache.org on 2023/06/28 13:23:37 UTC

[camel-k] branch squakez-patch-1 created (now 6fe1cf721)

This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a change to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git


      at 6fe1cf721 chore(ci): draft change to be discarded

This branch includes the following new commits:

     new 6fe1cf721 chore(ci): draft change to be discarded

The 1 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.



[camel-k] 01/01: chore(ci): draft change to be discarded

Posted by pc...@apache.org.
This is an automated email from the ASF dual-hosted git repository.

pcongiusti pushed a commit to branch squakez-patch-1
in repository https://gitbox.apache.org/repos/asf/camel-k.git

commit 6fe1cf7215e37ea0fd26178ce64b104ecea41ade
Author: Pasquale Congiusti <pa...@gmail.com>
AuthorDate: Wed Jun 28 15:23:33 2023 +0200

    chore(ci): draft change to be discarded
    
    Just to see coverage report in action...
---
 pkg/cmd/bind.go | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/pkg/cmd/bind.go b/pkg/cmd/bind.go
index e2ae045a2..c69e24d9f 100644
--- a/pkg/cmd/bind.go
+++ b/pkg/cmd/bind.go
@@ -39,6 +39,9 @@ import (
 
 // newCmdBind --.
 func newCmdBind(rootCmdOptions *RootCmdOptions) (*cobra.Command, *bindCmdOptions) {
+
+	fmt.Println("Draft change to see coverage in action...")
+	
 	options := bindCmdOptions{
 		RootCmdOptions: rootCmdOptions,
 	}