Skip to content

Commit 6181df4

Browse files
authored
fix(ci): update badge
1 parent 38c2a9e commit 6181df4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/automatic-updates/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ runs:
6060
- name: Run Test and get coverage badge
6161
shell: bash
6262
run: |
63-
go test -v ./... -covermode=count -coverprofile=coverage.out
63+
go test -v ./... -covermode=count -coverprofile=coverage.out -coverpkg=./...
6464
# Remove mock and generated code from account
6565
grep -v "github.com/apache/camel-k/v2/pkg/client" coverage.out \
6666
| grep -v "zz_generated" \

0 commit comments

Comments
 (0)