File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 4545 - name : Test new branch
4646 shell : bash
4747 run : |
48- COVERAGE_OPTS="-covermode=count -coverprofile=coverage.out" make build
48+ COVERAGE_OPTS="-covermode=count -coverprofile=coverage.out -coverpkg=./... " make build
4949
5050 # Only run these on pull request events
5151 - name : Save new coverage value
7373 if : github.event_name == 'pull_request'
7474 shell : bash
7575 run : |
76- COVERAGE_OPTS="-covermode=count -coverprofile=coverage.out" make build
76+ COVERAGE_OPTS="-covermode=count -coverprofile=coverage.out -coverpkg=./... " make build
7777 # Remove mock and generated code from account
7878 grep -v "github.com/apache/camel-k/v2/pkg/client" coverage.out \
7979 | grep -v "zz_generated" \
8585 if : github.event_name == 'pull_request'
8686 with :
8787 name : ${{ inputs.artifact-name }}
88- path : /tmp/${{ inputs.artifact-name }}/
88+ path : /tmp/${{ inputs.artifact-name }}/
You can’t perform that action at this time.
0 commit comments