This is an automated email from the ASF dual-hosted git repository.
pcongiusti pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/camel-k.git
The following commit(s) were added to refs/heads/main by this push:
new 6181df434 fix(ci): update badge
6181df434 is described below
commit 6181df43445aaabbb13390eb6887d95dc9509fec
Author: Pasquale Congiusti <[email protected]>
AuthorDate: Tue Dec 16 18:24:00 2025 +0100
fix(ci): update badge
---
.github/actions/automatic-updates/action.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/actions/automatic-updates/action.yml
b/.github/actions/automatic-updates/action.yml
index 423665f43..09537fbf0 100644
--- a/.github/actions/automatic-updates/action.yml
+++ b/.github/actions/automatic-updates/action.yml
@@ -60,7 +60,7 @@ runs:
- name: Run Test and get coverage badge
shell: bash
run: |
- go test -v ./... -covermode=count -coverprofile=coverage.out
+ go test -v ./... -covermode=count -coverprofile=coverage.out
-coverpkg=./...
# Remove mock and generated code from account
grep -v "github.com/apache/camel-k/v2/pkg/client" coverage.out \
| grep -v "zz_generated" \