We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 38c2a9e commit 6181df4Copy full SHA for 6181df4
.github/actions/automatic-updates/action.yml
@@ -60,7 +60,7 @@ runs:
60
- name: Run Test and get coverage badge
61
shell: bash
62
run: |
63
- go test -v ./... -covermode=count -coverprofile=coverage.out
+ go test -v ./... -covermode=count -coverprofile=coverage.out -coverpkg=./...
64
# Remove mock and generated code from account
65
grep -v "github.com/apache/camel-k/v2/pkg/client" coverage.out \
66
| grep -v "zz_generated" \
0 commit comments